Google map api should be set by an api, not in android manifest in reactnative
I’m working on a React Native project where I need to dynamically set the Google Maps API key at runtime by fetching it from an API endpoint. I want to avoid hardcoding the API key in the AndroidManifest.xml file . How to acheive that?