Commit 8574a527 authored by 7c00's avatar 7c00

Update example dependencies version

parent 35005dd6
......@@ -5,14 +5,14 @@ PODS:
- AMapNavi (5.2.1):
- AMap3DMap (>= 5.2.1)
- AMapFoundation (~> 1.4)
- React (0.49.1):
- React/Core (= 0.49.1)
- React (0.50.3):
- React/Core (= 0.50.3)
- react-native-amap3d (0.7.3):
- AMapNavi
- React
- React/Core (0.49.1):
- yoga (= 0.49.1.React)
- yoga (0.49.1.React)
- React/Core (0.50.3):
- yoga (= 0.50.3.React)
- yoga (0.50.3.React)
DEPENDENCIES:
- React (from `../node_modules/react-native/`)
......@@ -31,9 +31,9 @@ SPEC CHECKSUMS:
AMap3DMap: 0614b5b7ed7a8b69f1d9ba7bc40ce30362497dc5
AMapFoundation: 6c0471c9a6a0ad17dad46e3d800ad56ca170f82a
AMapNavi: bb4d65295ed0ee0ad4b5f5792e9e2ea0e5117ffa
React: cf892fb84b7d06bf5fea7f328e554c6dcabe85ee
React: 0ba6cae888dc82dc47d6d5f3090615e1b5f6f3e7
react-native-amap3d: 9b95196a14a7168d25b7aecf29331d1b2900b6e2
yoga: 3abf02d6d9aeeb139b4c930eb1367feae690a35a
yoga: faecc6be81ca7823ccbb470b93a1b228499fa1c0
PODFILE CHECKSUM: 50e0e08e70fb57b3f3476be117f63856ec28e46e
......
......@@ -21,7 +21,7 @@
NSURL *jsCodeLocation;
jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index.ios" fallbackResource:nil];
jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];
RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation
moduleName:@"RNAMap3D"
......
This diff is collapsed.
......@@ -8,10 +8,10 @@
},
"dependencies": {
"prop-types": "^15.6.0",
"react": "16.0.0-beta.5",
"react-native": "^0.49.3",
"react": "^16.1.1",
"react-native": "^0.50.3",
"react-native-amap3d": "^0.7.3",
"react-navigation": "^1.0.0-beta.15"
"react-navigation": "^1.0.0-beta.19"
},
"devDependencies": {
"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