Я вижу, что есть и другие вопросы, подобные этому, которые добавляют ключ в AndroidManifest. xml, но этот файл удаляется при помощи
Код: Выделить всё
npx expo prebuild --clean
Код: Выделить всё
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"config": {
"googleMaps": {
"apiKey": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
},
"package": "com.anonymous.maps1"
},
Код: Выделить всё
npx expo run:android
Подробнее здесь: https://stackoverflow.com/questions/787 ... -google-an