We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e17b7ef commit 074f2f6Copy full SHA for 074f2f6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-parallax",
3
- "version": "0.1.2",
+ "version": "0.1.3",
4
"description": "Parallax effects for React Native using Animated API",
5
"main": "index.js",
6
"scripts": {
@@ -28,7 +28,7 @@
28
},
29
"homepage": "https://github.com/oblador/react-native-parallax",
30
"peerDependencies": {
31
- "react-native": ">=0.8.0 || 0.8.0-rc || 0.8.0-rc.2"
+ "react-native": ">=0.8.0 || 0.8.0-rc || 0.8.0-rc.2 || 0.9.0-rc"
32
33
"dependencies": {
34
"lodash": "^3.8.0"
0 commit comments