Skip to content

Commit 73a07f6

Browse files
committed
chore: release 3.1.0
1 parent 07ece71 commit 73a07f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)