A problem occured while building application with \'react-native-maps\'
here is my setting.gradle file
include \':react-native-maps\'
project(\':reac
I was following instructions from:
https://github.com/airbnb/react-native-maps/blob/master/docs/installation.md
I noted that android/settings.gradle should point to react-native-maps/lib/android as below:
include ':react-native-maps'
project(':react-native-maps').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-maps/lib/android')