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
By externalizing it as an environment variable, it will become possible to configure the BASE_URL during the build process and have different backends (e.g. staging vs production backend).
Currently, the
BASE_URLis hardcoded:By externalizing it as an environment variable, it will become possible to configure the BASE_URL during the build process and have different backends (e.g. staging vs production backend).
Possible solution: https://github.com/luggit/react-native-config