Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent Environment File Loading in Android Studio vs React Native CLI #782

Open
amherreros opened this issue Oct 22, 2023 · 0 comments

Comments

@amherreros
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant