-
Notifications
You must be signed in to change notification settings - Fork 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
Resolve upstream ReactNative android build blocker #12504
Comments
Triggered auto assignment to @sophiepintoraetz ( |
This is being handled internally, no need for contributors. |
Okay, so the hotfix is only a few hours old, so the RN-updater and diff table haven't yet been updated. I assume there are likely no breaking changes, but given that we have previously made changes ourselves, I wonder if it's worth attempting this simple fix in the meantime... Essentially, we would simply lock our gradle react native version to our current RN version. |
The above fix is even simpler than this, as it doesn't require a React-native bump, or library deploy. I'm going to make this change locally in App and if it works we can discuss next steps. |
PR: #12510 |
If you are the assigned CME please investigate whether the linked PR caused a regression and leave a comment with the results. If a regression has occurred and you are the assigned CM follow the instructions here. If this regression could have been avoided please consider also proposing a recommendation to the PR checklist so that we can avoid it in the future. |
Applying an additional hermes fix here |
Problem
Facebook broke Android builds last Friday, here's a full breakdown of the cause.
Solution
To fix, we should bump React Native to the latest hotfix release, to resolve an Android build issue that is blocking us from making Android releases.Manually set the gradle RN version.
The text was updated successfully, but these errors were encountered: