-
-
Notifications
You must be signed in to change notification settings - Fork 92
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 13 App crashes - RN 0.68 #94
Comments
I have the same problem. Device:
Versions:
|
Sounds interesting - I can take a look for you over the weekend and see what's wrong :) |
the same here, "react-native": "0.71.11" |
`FATAL EXCEPTION: main java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.View.dispatchDetachedFromWindow()' on a null object reference` I have a same issue with |
I have the same problem with "react-native": "^0.70.6" in android . |
For me, on |
+1 |
It is also failing for me RN version |
@maxymczech try comparing your
|
Hi. If I'm removing LAUNCHER from MainActivity intent filter I get the following error, does anyone have same issue? Main activity not found in appName/android/app/src/main/AndroidManifest.xml P.S. I got RN 0.73 |
same |
Platform
Description
Every time you try to change the icon, app crashes.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The app crashes but the icon is changed.
Device (please complete the following information):
Versions
Code Snippet
if (appIcon !== newIcon) {
await changeIcon(newIcon);
}
The text was updated successfully, but these errors were encountered: