Skip to content

Instantly share code, notes, and snippets.

@cybercris
Last active January 22, 2021 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cybercris/8ad94dd8ca60898ea62f9c021162e1eb to your computer and use it in GitHub Desktop.
Save cybercris/8ad94dd8ca60898ea62f9c021162e1eb to your computer and use it in GitHub Desktop.
presets: ['module:babel-preset-expo'],
plugins: [
["module:react-native-dotenv", {
"moduleName": "@env",
"path": ".env",
"blacklist": null,
"whitelist": null,
"safe": false,
"allowUndefined": true
}]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment