-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
64-bit compliance issue even after updating to "react-native": "^0.59.3" #25362
Comments
Could you please share contents of android/app/build.gradle? |
we are still getting 64-bit compliance after upgrading to react-native 0.59.5 as per my understanding this is what really gets updated for 64-bit compliance in build.gradle file if there are any more updates need in build.gradle file please mention |
You will need to update in a few spots in app/build.gradle,
also
and finally if you are using ENV staging
|
I am still getting this issue. I upgraded 0.57 to 0.59. It is working fine with ABI x86 (32) bit.
|
I have the same issue, after adding 'armeabi-v7a','arm64-v8a','x86','x86_64' |
solved it by using https://facebook.github.io/react-native/docs/signed-apk-android#generating-the-release-apk |
React Native version: 0.59.3
Describe what you expected to happen:
after seeing this 64-bit compliance issue i updated react native version to 0.59.3 and submitted app to playstore and got same warning about 64-bit compliance.
The text was updated successfully, but these errors were encountered: