Loading example/ios/Podfile.lock +7 −7 Original line number Diff line number Diff line Loading @@ -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/`) Loading @@ -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 Loading example/ios/RNAMap3D/AppDelegate.m +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
example/ios/Podfile.lock +7 −7 Original line number Diff line number Diff line Loading @@ -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/`) Loading @@ -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 Loading
example/ios/RNAMap3D/AppDelegate.m +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading