File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ AMap (Gaode map) sdk for react-native
17
17
the ` RCTAMap ` source files are referring to by pointing to the
18
18
header files installed within the ` react-native ` ` node_modules `
19
19
directory.
20
+ 4 . Add ` node_modules/react-native-yymap/RCTAMap/RCTAMap/AMap/MAMapkit.framework ` and ` MAMapkit.framework/AMap.bundle ` to your project.
21
+ 5 . Set your project's framework Search Paths to include ` $(PROJECT_DIR)/../node_modules/react-native-yyamap/ios/RCTAMap/RCTAMap/AMap ` .
22
+ 6 . Set your project's Header Search paths to include ` $(SRCROOT)/../node_modules/react-native-yyamap/ios/RCTAMap/RCTAMap ` .
20
23
4 . Whenever you want to use it within React code now you can: `var MapView =
21
24
require('react-native-yyamap');`
22
25
You can’t perform that action at this time.
0 commit comments