This is for my personal use, things might not be correctly explained here. For the official docs please check https://github.com/airbnb/react-native-maps
After installing react-native-maps
from npm:
-
Drag this folder
node_modules/react-native-maps/lib/ios/AirGoogleMaps/
into your project, and chooseCreate groups
in the popup window. -
In xcode, right click on
Libraries
->Add files to [your project]
, and navigate to and addnode_modules/react-native-maps/lib/ios/AirMaps.xcodeproj
. SelectCopy files is necessary
andCreate groups
.