react-native-maps: AirGoogleMaps dir must be added to your xCode project to support GoogleMaps on iOS
0
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. Error Image 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", }
ios reactjs google-maps react-native react-native-maps
share | improve this question
edited 2 days ag