Skip to content
Kemal Ahmed edited this page Feb 10, 2023 · 55 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"]
  ]
}
  • esModuleInterop: true for typescript
  • yarn add dev dependency

Publishing

Version bump

Clone this wiki locally