-
Notifications
You must be signed in to change notification settings - Fork 163
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
Silent Crash On Android 12, No Log On Sentry Or Node #245
Comments
I'm also experiencing this issue. On the native stack I get the following stacktrace:
|
Try adding opacity: 0.99 in styles or try adding minHeight: 1 |
I had the similar issue and I was not able to identify the root cause from any kind of logs then I tried this solution and it worked. I have already raised Pull Request if that works. |
sorry I have to close this issue because it has been successfully resolved. the issue is on scrollview overscroll. if you have webview inside scrollview add this overScrollMode="never" ref: [Crash] WebView inside ScrollView crash on scroll end - Android https://lightrun.com/answers/react-native-webview-react-native-webview-crash-webview-inside-scrollview-crash-on-scroll-end---android |
Bug description:
Silent crash without log error on emulator pixel 2 api 31 Android 12. Video https://youtu.be/wtrPaFkw7ss
To Reproduce:
Source (static HTML or url):
Expected behavior:
Screenshots/Videos:
https://youtu.be/wtrPaFkw7ss
Environment:
The text was updated successfully, but these errors were encountered: