Closed ddx-510 closed 9 months ago
same issue
@Svarto I have forked and created my package (since maintainers have not approved my pr) and it fixed this bug.
If you need you can either check my pr #2878 and fix it by yourself, or you can use my package as a temporary solution :) https://www.npmjs.com/package/@ddx0510/react-native-ui-lib
Thanks folks... I believe I have this issue as well. Was incredibly time-consuming to debug because it is not reproducible for me in any emulator or dev environment, only on a production build on a device. There were no stack trace, logs, or error info of any kind. Just once I got a null pointer exception similar to what's referenced above, after installing Sentry, but it was never clear whether this was related to my issue or not, since Sentry only captured it once out of the hundreds of times my app crashed.
I had to strip my app down to 0 and re-install modules one-by-one, fully rebuilding an Android bundle and installing it on a device on every change, to identify which of my modules was causing the problem -- indeed it was RNUILib.
Given that this issue crashes the app on startup and makes apps unusable on Android, hopefully it will be escalated and fixed soon. Has anyone had any luck reverting to an older version of RNUILib without the issue?
me too app crash on open
@Svarto I have forked and created my package (since maintainers have not approved my pr) and it fixed this bug.
If you need you can either check my pr #2878 and fix it by yourself, or you can use my package as a temporary solution :) https://www.npmjs.com/package/@ddx0510/react-native-ui-lib
This worked like a charm, thank you so much!!
@Svarto I have forked and created my package (since maintainers have not approved my pr) and it fixed this bug. If you need you can either check my pr #2878 and fix it by yourself, or you can use my package as a temporary solution :) https://www.npmjs.com/package/@ddx0510/react-native-ui-lib
This worked like a charm, thank you so much!!
@Svarto I have forked and created my package (since maintainers have not approved my pr) and it fixed this bug. If you need you can either check my pr #2878 and fix it by yourself, or you can use my package as a temporary solution :) https://www.npmjs.com/package/@ddx0510/react-native-ui-lib
This worked like a charm, thank you so much!!
are you using expo ?
@Svarto I have forked and created my package (since maintainers have not approved my pr) and it fixed this bug. If you need you can either check my pr #2878 and fix it by yourself, or you can use my package as a temporary solution :) https://www.npmjs.com/package/@ddx0510/react-native-ui-lib
This worked like a charm, thank you so much!!
@Svarto I have forked and created my package (since maintainers have not approved my pr) and it fixed this bug. If you need you can either check my pr #2878 and fix it by yourself, or you can use my package as a temporary solution :) https://www.npmjs.com/package/@ddx0510/react-native-ui-lib
This worked like a charm, thank you so much!!
are you using expo ?
Yes, using Expo and managed workflow.
Should be fixed by #2878
Description
Using expo. When creating a release preview build, the Android app will crash at the splash screen. When opening logcat at android studio, it points to reactScreenMonitor.java line 65 , null pointer issue
Related to
Steps to reproduce
Expected behavior
Go inside the main page.
Actual behavior
Crash
More Info
Code snippet
Screenshots/Video
Environment
Affected platforms