[React Native] Add 64 bit support for Android
See original GitHub issueFrom August 1, 2019 Google Play will not accept apps with 32 bit only .so
files. Currently, we only compile our React Native (Android) .so
for ARMv7 and x86, but we should in good time provide 64 bit .so
files too.
React Native (Android) added support for ARM64-v8a and x86-64 recently: https://github.com/facebook/react-native/pull/18754.
Reference: https://android-developers.googleblog.com/2019/01/get-your-apps-ready-for-64-bit.html
Issue Analytics
- State:
- Created 5 years ago
- Reactions:76
- Comments:42 (16 by maintainers)
Top Results From Across the Web
ReactNative and Android: 64 bit. New Google Play rules. What ...
Starting from August 1, 2019 Google Play will accept only 64-bit version of the application, so if you are lucky and have Android...
Read more >Handling 64-bit Android Builds for React Native - Red Shift
Now you should have an Android App Bundle containing both 32-bit and 64-bit compliant app versions to upload to the Play Store! Just...
Read more >How to upgrade Existing React Native Apps to 64-Bit Variant
Step 1: Upgrade your react-native version · Step 2: Run app and fix all the issues · Step 3: Make your app ready...
Read more >React Native: This release is not compliant with the Google ...
You need to add the following to your android/app/build.gradle file: ... React Native will support 64 bit for android starting version 0.59.
Read more >React Native and Android: 64-bit Support | LITSLINK Blog
Starting from August 1, 2019 Google Play will accept only 64-bit version of the application, so if you are lucky and have Android...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Can we get more attention on this? Realm just released support for RN 0.58 and became outdated two weeks after that with RN 0.59.
It will