I'm trying to set up react-native-maps module at my react-native app, however the component I've put in the code is blank.
To configure it properly I'm following the instructions (https://github.com/react-native-community/react-native-maps/blob/master/docs/installation.md), however at the very first step I've encountered a problem.
The android/settings.gradle file is missing, even the android directory. Should I launch some command to generate these? The remaining screens seem to work.
There are plenty of gradle files in node_modules folder, the one from expo module could be the match, but changing it doesn't seem right.
Where is the settings.gradle file located by default?