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

This package is not working with fastlane #86

Closed ThallyssonKlein closed 4 years ago

ThallyssonKlein commented 4 years ago

Apparently the environment variables are not being loaded in the fastlane build, but in the normal build they are (By AndroidStudio or using .gradlew assembleRelease). Could this be a problem with this package or the fastlane?