mirror of
https://github.com/status-im/react-native-config.git
synced 2025-02-28 23:10:44 +00:00
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Example app using react-native-config
Just a simple app accessing config variables from .env
and .env.production
.
Running
By default it will read variables from .env
:
$ react-native run-android
To read from another file just specify it with ENVFILE
, like:
$ ENVFILE=.env.prod react-native run-android
Running from Xcode
Open the Xcode project file in Example/ios/Example.xcodeproj
.
Notice there are two schemes setup for the application: "Example" runs the default build, reading vars from .env
– and "Example (production)" is configured to read from .env.production
.