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
When launching the React Native app using react-native run-android --variant=flavorNameDebug, the correct .env.flavorName file is loaded. However, when starting the app from Android Studio with the flavorNameDebug build variant selected, it incorrectly loads the .env file. Additionally, when the task is for example :app:assembleFlavorNameDebug, the correct environment file is read, but for the task :app:extractApksFlavorNameDebug, it defaults to the incorrect .env file.
The text was updated successfully, but these errors were encountered:
When launching the React Native app using react-native run-android --variant=flavorNameDebug, the correct .env.flavorName file is loaded. However, when starting the app from Android Studio with the flavorNameDebug build variant selected, it incorrectly loads the .env file. Additionally, when the task is for example :app:assembleFlavorNameDebug, the correct environment file is read, but for the task :app:extractApksFlavorNameDebug, it defaults to the incorrect .env file.
The text was updated successfully, but these errors were encountered: