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 75f0de2 commit ea3b450Copy full SHA for ea3b450
README.md
@@ -60,6 +60,12 @@ The best Swiper component for React Native.
60
61
## Changelogs
62
63
+- **[1.4.7]**
64
+ + Don't attempt to mutate this.props
65
+ + Fixes examples links
66
+ + Adds drag end handling to always reset state.isScrolling
67
+ + Fixes float calculation error
68
+
69
- **[1.4.6]**
70
+ refactors examples
71
+ prevents mutation of `this.props`
package.json
@@ -5,7 +5,7 @@
5
"react-native",
6
"ios"
7
],
8
- "version": "1.4.6",
+ "version": "1.4.7",
9
"description": "Swiper component for React Native.",
10
"main": "dist/index.js",
11
"scripts": {
0 commit comments