-
Notifications
You must be signed in to change notification settings - Fork 661
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
Comments
Hello, I had the same problem but I was missing a line in the defaultConfig object in the app/build.gradle
This step is described in the documentation under "Advanced android setup" Hope this helps! |
On iOS, I am seeing the same issue. Disabling the new architecture resolves it, but that isn't the solution I was hoping for. |
@martinlAP for the new version of React Native (0.76.5) the package name already deleted in AndroidManifest.xml file. So when i added the code like you suggest it's still not working. |
Hi @jpodpro do you have any solution for it? |
@dongbach69 Unfortunately not. We have abandoned our use of this package as it is clearly not maintained. The RN package ecosystem appears to have significantly shifted to Expo and as a result we have had to abandon a variety of packages we were using. |
Any updates? Thank you |
I am using react native version 0.76.7. After adding the following field to the proguard-rules.pro file, I was able to get the output on android: Don't forget to change the package name |
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: