fix Example js bundle failure

This commit is contained in:
king6cong 2016-07-04 21:26:32 +08:00
parent d4d1aec581
commit d8cdbd6b0f
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:../"
}