Merge pull request #334 from king6cong/example-fix
fix Example js bundle failure
This commit is contained in:
commit
9ddc787cb5
|
@ -6,7 +6,7 @@
|
||||||
"start": "node node_modules/react-native/local-cli/cli.js start"
|
"start": "node node_modules/react-native/local-cli/cli.js start"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react": "^15.0.2",
|
"react": "15.0.2",
|
||||||
"react-native": "^0.26.2",
|
"react-native": "^0.26.2",
|
||||||
"react-native-camera": "file:../"
|
"react-native-camera": "file:../"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue