react-native-env-babel
v0.1.0
Published
env for react-native
Downloads
45
Readme
Include babel-plugin-dotenv as shown below to your react-native
.babelrc file
{
"plugins": [
["babel-plugin-dotenv", {
"replacedModuleName": "react-native-env-babel"
}]
]
}