zetachang / react-native-dotenv

A Babel preset let you import application configs from .env file (zero runtime dependency)
MIT License
915 stars 68 forks source link

Add documentation for use with CI tool #78

Open actuallymentor opened 4 years ago

actuallymentor commented 4 years ago

Since dotenv crashes if the variables in .env are undefined.

goatandsheep commented 4 years ago

There's a new repo and package babel-plugin-dotenv-import. Please reopen in the new repo