zetachang / react-native-dotenv

A Babel preset let you import application configs from .env file (zero runtime dependency)
MIT License
915 stars 68 forks source link

can't find variable name: __dirname #52

Open muhammad-nauman opened 5 years ago

muhammad-nauman commented 5 years ago

I'm working on a react native application. I'm getting this error pointing the react-native-dotenv/index.js file can't find variable name: __dirname. What should I do?