-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
android crash new arch #47535
Comments
Warning Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:
|
Hey, I'm facing this same issue and struggling to find the source of the problem. What solution did you find? |
@Eralyne Disable new arch. Or disable the thorax party analytics plugin we were using. Both not really a solution. |
@philipheinser That sucks to hear, thanks for the quick reply. |
Same issue. I have disabled newArch from android (java) for now. But is there a proper solution for those who are updating react-native from older versions? |
hi all, I ran into the same issue upgrading from an older version to 0.76. The fix for me was a missing override in my MainApplication.kt that was not needed there previously. After I added this in the app now launches fine. Easy to miss, previously only reactNativeHost override was required.
|
Where did the ReactNativeHostWrapper come from? |
I'm facing with this as well. Any details? |
Description
Steps to reproduce
after update run on android
React Native Version
0.76.1
Affected Platforms
Runtime - Android
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/react-native-community/reproducer-react-native
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: