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
commit 9ddc787cb5
1 changed files with 1 additions and 1 deletions

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:../"
}