Skip to content

Commit 38c2da4

Browse files
author
yiyang
committed
update readme
1 parent 7fce081 commit 38c2da4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ AMap (Gaode map) sdk for react-native
1717
the `RCTAMap` source files are referring to by pointing to the
1818
header files installed within the `react-native` `node_modules`
1919
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`.
2023
4. Whenever you want to use it within React code now you can: `var MapView =
2124
require('react-native-yyamap');`
2225

0 commit comments

Comments
 (0)