console.error: "react-native-maps" AirGoogleMaps dir must be added to your xCode project
I got this error when I am trying to test the example in react-native-maps module.
Github: https://github.com/airbnb/react-native-maps/tree/master/example
It is obvious that I should add the dir the to my Xcode project but I don't know how to add them.
May I have an example of adding dir to a Xcode project?

recently i had this issue, my problem solved with some changes on pod file.
also on your JS file you map tag must be something like this
notice that your pod file must be linked correctly. don't need to add anything manually. you can remove your pod file and path with this commands
and
and for install Cocoapods-Deintegrate Plugin and Cocoapods-Clean Plugin
Use this following command on your terminal to install it.
Cocoapods-Clean Plugin
Use this following command on your terminal to install it.
hopefully this can help you.