update example react-native version to 0.33.0

This commit is contained in:
Horcrux
2016-09-13 10:48:54 +08:00
parent 5c4361dded
commit 68b91bb12c
+1 -1
View File
@@ -7,7 +7,7 @@
}, },
"dependencies": { "dependencies": {
"react": "^15.1.0", "react": "^15.1.0",
"react-native": "^0.32.0", "react-native": "^0.33.0",
"react-native-root-modal": "^1.0.4", "react-native-root-modal": "^1.0.4",
"react-native-svg": "../" "react-native-svg": "../"
} }