Skip to content

Commit b9fe9a1

Browse files
committed
4.0.0 compat (add overScrollMode prop)
1 parent 9ae6b2f commit b9fe9a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ReactNativeViewPager.re

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ external make:
4444
~children: React.element=?,
4545
~orientation: [ | `horizontal | `vertical]=?,
4646
~transitionStyle: [ | `scroll | `curl]=?,
47-
~showPageIndicator: bool=?
47+
~showPageIndicator: bool=?,
48+
~overScrollMode: ScrollView.overScrollMode=?
4849
) =>
4950
React.element =
5051
"default";

0 commit comments

Comments
 (0)