goatandsheep/react-native-dotenv

Question | Which .env file is used during an eas update with Expo?

maoryadin opened this issue · 3 comments

Which .env file is used during an eas update with Expo?

Is there a specific .env file that is used during an eas update with Expo, and if so, which one is it?

I have those env files:

.env.local
.env.development
.env.production

When using eas build,
I do not encounter any problems because I am specifying the "env" key in my eas.json file for each profile.

Hey, thank you for opening this issue! 🙂 To boost priority on this issue and support open source please tip the team at https://issuehunt.io/r/goatandsheep/react-native-dotenv/issues/396

You need to put your environment variables as secrets onto the EAS platform

Feel free to continue the discussion here #388