File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -122,8 +122,8 @@ const styles = StyleSheet.create({
122122|` onPageSelected: (e: PageSelectedEvent) => void ` |This callback will be called once the ViewPager finishes navigating to the selected page|both
123123|` pageMargin: number ` |Blank space to be shown between pages|both
124124|` keyboardDismissMode: ('none' / 'on-drag') ` | Determines whether the keyboard gets dismissed in response to a drag|both
125- |` orientation: Orientation ` |Set ` horizontal ` or ` vertical ` scrolling orientation|iOS
126- |` transitionStyle: TransitionStyle ` |Use ` scroll ` or ` curl ` to change transition style|iOS
125+ |` orientation: Orientation ` |Set ` horizontal ` or ` vertical ` scrolling orientation (it does ** not ** work dynamically)|both
126+ |` transitionStyle: TransitionStyle ` |Use ` scroll ` or ` curl ` to change transition style (it does ** not ** work dynamically) |iOS
127127|` showPageIndicator: boolean ` |Shows the dots indicator at the bottom of the view|iOS
128128
129129## Preview
Original file line number Diff line number Diff line change 11{
22 "name" : " @react-native-community/viewpager" ,
3- "version" : " 3.0 .0" ,
3+ "version" : " 3.1 .0" ,
44 "description" : " React Native ViewPager native view" ,
55 "main" : " js/index.js" ,
66 "types" : " typings/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments