We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
what i konw is that i can change .env file through
SET ENVFILE=.env.demo && gradlew assembleRelease
but i don`t konw it is possible to pass custom params to rnconfig like
SET REACT_APP_COOKIE=abc && gradlew assembleRelease
and then get config use
import Config from 'react-native-config'; console.log(Config.REACT_APP_COOKIE)
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
what i konw is that i can change .env file through
SET ENVFILE=.env.demo && gradlew assembleRelease
but i don`t konw it is possible to pass custom params to rnconfig like
SET REACT_APP_COOKIE=abc && gradlew assembleRelease
and then get config use
import Config from 'react-native-config'; console.log(Config.REACT_APP_COOKIE)
The text was updated successfully, but these errors were encountered: