I'm trying to understand how can I use environment variables in React Native on release. I know to use it on development (just creating a .env file) but when I publish some app at the Play Store, do I have the option to set some env. var? Otherwise I will need to publish the .env too? It's secure?
Thank you in advance!