2016-03-03 13:35:15 -08:00
..
2016-02-23 15:50:03 -08:00
2016-03-03 13:32:22 -08:00
2016-03-03 13:32:22 -08:00
2016-02-22 12:54:52 -08:00
2016-02-22 12:54:52 -08:00
2016-02-22 12:54:52 -08:00
2016-03-03 13:32:22 -08:00
2016-03-03 13:32:22 -08:00
2016-02-22 13:06:06 -08:00
2016-03-03 13:35:15 -08:00

Example app using react-native-config

Just a single app accessing config variables from .env and .env.prod.

Running on Android

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