bump version and update example

This commit is contained in:
Horcrux
2016-06-08 21:48:35 +08:00
parent fd5a91399f
commit 5412974550
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -6,9 +6,9 @@
"start": "react-native start"
},
"dependencies": {
"react-native": "^0.25.1",
"react-native-svg": "../",
"react-native-root-modal": "^1.0.3",
"react": "^0.14.5"
"react": "^15.1.0",
"react-native": "^0.27.0",
"react-native-root-modal": "^1.0.4",
"react-native-svg": "../"
}
}