Skip to content
Kemal Ahmed edited this page May 25, 2021 · 64 revisions

Welcome to the react-native-dotenv wiki!

Docs TODOs

  • make sure to add metro
module.exports = {
  "presets": ["module:metro-react-native-babel-preset"],
  "plugins": [
    ["module:react-native-dotenv"]
  ]
}
  • If using APP_ENV, do not use typical dotenv-flow (development, production) and delete your .env.development and .env.production

Publishing

Version bump

Clone this wiki locally