README
Include babel-plugin-dotenv as shown below to your react-native
.babelrc
file
{
"plugins": [
["babel-plugin-dotenv", {
"replacedModuleName": "react-native-env-babel"
}]
]
}
env for react-native
<script type="module">
import reactNativeEnvBabel from 'https://cdn.skypack.dev/react-native-env-babel';
</script>
Include babel-plugin-dotenv as shown below to your react-native
.babelrc
file
{
"plugins": [
["babel-plugin-dotenv", {
"replacedModuleName": "react-native-env-babel"
}]
]
}