Last active
March 4, 2020 08:36
-
-
Save luthfihariz/9d4bdc92a98d843c05129a0c4b75bfbe to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
project.ext.envConfigFiles = [ | |
dev: ".env.development", | |
stag: ".env.staging", | |
prod: ".env.production" | |
] | |
apply from: project(':react-native-config').projectDir.getPath() + "/dotenv.gradle" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment