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
In github readme I see that you can create pre-build script which copies .env.staging -> .env and build. It works. But I dont want .env file change everytime I build with different configuration. How do I use .env.staging instead of copying?
I have tried export ENVFILE=.env.staging in Bundle react native code and images in Build phases, but that does not seem to work. Any ideas?