Commit 0e264650 authored by 7c00's avatar 7c00

Update example dependencies

parent 4043765d
This diff is collapsed.
...@@ -2,16 +2,16 @@ ...@@ -2,16 +2,16 @@
"private": true, "private": true,
"scripts": { "scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start", "start": "node node_modules/react-native/local-cli/cli.js start",
"reload": "adb reverse tcp:8081 tcp:8081 && adb shell input text rr",
"android": "node node_modules/react-native/local-cli/cli.js run-android", "android": "node node_modules/react-native/local-cli/cli.js run-android",
"log-android": "node node_modules/react-native/local-cli/cli.js log-android", "log-android": "node node_modules/react-native/local-cli/cli.js log-android",
"ios": "node node_modules/react-native/local-cli/cli.js run-ios" "ios": "node node_modules/react-native/local-cli/cli.js run-ios"
}, },
"dependencies": { "dependencies": {
"prop-types": "^15.6.0", "react": "16.0.0",
"react": "^16.1.1", "react-native": "0.51.0",
"react-native": "^0.50.3",
"react-native-amap3d": "github:qiuxiang/react-native-amap3d", "react-native-amap3d": "github:qiuxiang/react-native-amap3d",
"react-navigation": "^1.0.0-beta.19" "react-navigation": "^1.0.0-beta.23"
}, },
"devDependencies": { "devDependencies": {
"babel-preset-react-native": "^4.0.0" "babel-preset-react-native": "^4.0.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment