Skip to content
Kemal Ahmed edited this page Feb 14, 2022 · 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"]
  ]
}
  • api.cache(false)
  • metro.config.js: resetCache: true
  • expo start --clear
  • post issues with verbose: true

Publishing

Version bump

Clone this wiki locally