I'm trying to use google maps on iOS and I get this error:
react-native-maps: AirGoogleMaps dir must be added to your xCode project to support GoogleMaps on iOS.
I'm using react-native.maps https://github.com/react-community/react-native-maps
I followed the install instructions, in Android it worked perfectly but it doesn't in IOS
macOS: 10.14.1 (18B75)
dependencies {
"react": "16.5.0",
"react-native": "0.57.1",
"react-native-maps": "^0.22.1",
}
#import <GoogleMaps/GoogleMaps.h> [GMSServices provideAPIKey:@"_API_KEY_"];
– Venereal