Skip to content
New issue

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

Does not work with latest React Native 0.76.2 #820

Open
jpodpro opened this issue Nov 21, 2024 · 2 comments
Open

Does not work with latest React Native 0.76.2 #820

jpodpro opened this issue Nov 21, 2024 · 2 comments

Comments

@jpodpro
Copy link

jpodpro commented Nov 21, 2024

Using the latest React Native 0.76.2 the Config container is empty and contains none of the defined environment variables.

@martinlAP
Copy link

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!

@woodrufs
Copy link

woodrufs commented Dec 3, 2024

On iOS, I am seeing the same issue. Disabling the new architecture resolves it, but that isn't the solution I was hoping for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants