React Native import GoogleMaps key into build.gradle

Viewed 25

Would it be possible to import the Google Maps key from a JS or JSON file for use in build.gradle?

manifestPlaceholders = [GOOGLE_MAPS_KEY: "$config.js.GOOGLE_MAPS_KEY"]
0 Answers
Related