Skip to content
Kemal Ahmed edited this page Feb 12, 2024 · 55 revisions

Welcome to the react-native-dotenv wiki!

Docs TODOs

  • make sure to add metro (I dont remember why)
module.exports = {
  "presets": ["module:metro-react-native-babel-preset"],
  "plugins": [
    ["module:react-native-dotenv"]
  ]
}
  • for typescript, set moduleName to react-native-dotenv, clear cache
  • jest --no-cache
  • encourage people to use NODE_ENV instead of APP_ENV
  • add windows instructions for APP_ENV=
  • is there a way to automatically install as babel plugin not preset?
  • is there a way to automatically install as devDependency not regular dependency?
  • --env-file=.env

Publishing

Version bump

Clone this wiki locally