question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[React Native] Add 64 bit support for Android

See original GitHub issue

From 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:closed
  • Created 5 years ago
  • Reactions:76
  • Comments:42 (16 by maintainers)

github_iconTop GitHub Comments

103reactions
diegolmellocommented, Mar 14, 2019

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.

49reactions
cmelchiorcommented, Apr 23, 2019

It will

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found