We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e47e71 commit cf8ca56Copy full SHA for cf8ca56
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+### 0.10.0
2
+- Fix horizontal scroll in RN v0.28 (@sghiassy, @dmccer)
3
+
4
### 0.9.1
5
- onPageChange never called on indicator press on Android (@lideen)
6
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-carousel",
- "version": "0.9.1",
+ "version": "0.10.0",
"description": "Simple carousel component for react-native",
"main": "Carousel.js",
"scripts": {
0 commit comments