We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
zulip
Learn more about funding links in repositories.
Report abuse
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
Starting 2019-08-01, Google will require all published app updates to provide 64-bit versions of any native code. https://android-developers.googleblog.com/2019/01/get-your-apps-ready-for-64-bit.html https://developer.android.com/distribute/best-practices/develop/64-bit
We don't currently meet this, due entirely to a number of libraries built into React Native.
Google originally announced this requirement (and deadline) with nearly two years of lead time, in 2017: https://android-developers.googleblog.com/2017/12/improving-app-security-and-performance.html and there's an issue open for it upstream: facebook/react-native#2814
It's said to be fixed in master, so when we upgrade to v0.59 that will hopefully take care of it.
The text was updated successfully, but these errors were encountered:
Bumping priority to P0, as this deadline is now a little over three weeks away.
Sorry, something went wrong.
#3399 is now done, and we're on RN v0.59! That unblocks this issue, and also makes it our one open issue at "P0 critical" priority.
I have a commit that should take care of this, based just on the change to the upstream template in the v0.59 upgrade. Will test and push soon.
7123a6e
gnprice
No branches or pull requests
Starting 2019-08-01, Google will require all published app updates to provide 64-bit versions of any native code.
https://android-developers.googleblog.com/2019/01/get-your-apps-ready-for-64-bit.html
https://developer.android.com/distribute/best-practices/develop/64-bit
We don't currently meet this, due entirely to a number of libraries built into React Native.
Google originally announced this requirement (and deadline) with nearly two years of lead time, in 2017:
https://android-developers.googleblog.com/2017/12/improving-app-security-and-performance.html
and there's an issue open for it upstream:
facebook/react-native#2814
It's said to be fixed in master, so when we upgrade to v0.59 that will hopefully take care of it.
The text was updated successfully, but these errors were encountered: