We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae6b2f commit b9fe9a1Copy full SHA for b9fe9a1
src/ReactNativeViewPager.re
@@ -44,7 +44,8 @@ external make:
44
~children: React.element=?,
45
~orientation: [ | `horizontal | `vertical]=?,
46
~transitionStyle: [ | `scroll | `curl]=?,
47
- ~showPageIndicator: bool=?
+ ~showPageIndicator: bool=?,
48
+ ~overScrollMode: ScrollView.overScrollMode=?
49
) =>
50
React.element =
51
"default";
0 commit comments