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
Using the latest React Native 0.76.2 the Config container is empty and contains none of the defined environment variables.
Config
The text was updated successfully, but these errors were encountered:
Hello,
I had the same problem but I was missing a line in the defaultConfig object in the app/build.gradle
resValue "string", "build_config_package", "your_package_name"
This step is described in the documentation under "Advanced android setup"
Hope this helps!
Sorry, something went wrong.
On iOS, I am seeing the same issue. Disabling the new architecture resolves it, but that isn't the solution I was hoping for.
No branches or pull requests
Using the latest React Native 0.76.2 the
Config
container is empty and contains none of the defined environment variables.The text was updated successfully, but these errors were encountered: