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({
122
122
|` onPageSelected: (e: PageSelectedEvent) => void ` |This callback will be called once the ViewPager finishes navigating to the selected page|both
123
123
|` pageMargin: number ` |Blank space to be shown between pages|both
124
124
|` 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
127
127
|` showPageIndicator: boolean ` |Shows the dots indicator at the bottom of the view|iOS
128
128
129
129
## Preview
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-native-community/viewpager" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.1 .0" ,
4
4
"description" : " React Native ViewPager native view" ,
5
5
"main" : " js/index.js" ,
6
6
"types" : " typings/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments