You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to android/app/src/main/res/values/secrets.xml file.
But this won't help with reproducible-builds (which need the exact GOOGLE_MAPS_API_KEY value used for that version) and only make the build process require more steps.
As the AndroidManifest.xml require google_maps_api_key value
Currently compiling android app require adding:
to
android/app/src/main/res/values/secrets.xml
file.But this won't help with reproducible-builds (which need the exact
GOOGLE_MAPS_API_KEY
value used for that version) and only make the build process require more steps.As the AndroidManifest.xml require
google_maps_api_key
valuehamagen-react-native/android/app/src/main/AndroidManifest.xml
Lines 75 to 78 in 0874f1c
I suggest to add it to the repo, in order to avoid needing to do the process below:
obtaining key from APK v2.2.6 below:
which result in:
The text was updated successfully, but these errors were encountered: