Use different .env files for staging and production (#332)

* Add different env files to gitignore; update react-native-config

* Set different staging and production .env files in Android

* Add different envfiles to podfile

* Use podfile to check for .env.production and .env.staging files

* Update README

* Point production to .env instead of .env.production
This commit is contained in:
Amanda Bullington
2023-01-05 10:26:17 -08:00
committed by GitHub
parent 705152a9ca
commit 236904e0a1
7 changed files with 35 additions and 11 deletions

2
.gitignore vendored
View File

@@ -60,7 +60,7 @@ buck-out/
/coverage/
# Secrets file
.env
.env*
# Fastlane files
*.zip