react-native-config
on RNWAn AppConsult customer
This module allows to expose config variables to your javascript code in React Native through a .env file. The customer is using this module to keep all the default settings of the app in a dedicated configuration file.
Read a setting from the .env file
@jonthysell What's the status on react-native-config? Did you get it working?
@chrisglein this is different - this is react-native-config
which is a native module for handling app configuration. @jonthysell 's thing was the react-native config
command to get config data about build-time preferences for a project
Dupe of #4149