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

Not Allowed To Export Objects #46

Closed dbarks1024 closed 6 years ago

dbarks1024 commented 6 years ago

I am still getting this error: Error: Plugin/Preset files are not allowed to export objects, only functions.

Nualiian commented 6 years ago

@dbarks1024 what version of react-native-dotenv do you use? I had the same issue, but when I upgraded to 0.2.0 as suggested here in #44, I no longer had that problem.

dbarks1024 commented 6 years ago

Looks like its working for me now. Reinstalled it. Thanks!