Do you guys have any best practices around handling environment variables?
We've been using react-native-env[1] in conjunction with the multi-env xcode tutorial[2], but it was tricky to get started, and somewhat inconvenient that you can only access the environment variables asyncronously.
thebrokenlight3 karma
Do you guys have any best practices around handling environment variables?
We've been using react-native-env[1] in conjunction with the multi-env xcode tutorial[2], but it was tricky to get started, and somewhat inconvenient that you can only access the environment variables asyncronously.
[1] https://github.com/joeferraro/react-native-env [2] http://www.blackdogfoundry.com/blog/migrating-ios-app-through-multiple-environments/
View HistoryShare Link