Merge pull request #334 from king6cong/example-fix

fix Example js bundle failure
This commit is contained in:
Nicolas Charpentier
2016-07-11 09:33:04 -04:00
committed by GitHub
+1 -1
View File
@@ -6,7 +6,7 @@
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"react": "^15.0.2",
"react": "15.0.2",
"react-native": "^0.26.2",
"react-native-camera": "file:../"
}