Open AliRezaBeigy opened 1 week ago
Same here. Any solution???
@JaioSkura disable new arch can fix this issue Anyway we rollback to 0.75.4 there are some other issue in ios in new react native version, I suggest wait for more stable version
Ok! Thanks!!!
The app crashes when attempting to use the checkbox component. Any solution???
Same here. Please reply!
This repo didn't support new architecture, you have to disable new arch to use it or use another lib for checkbox
Thanks all! I finally decided to change library, cause rolling back RN version was not and option in my case.
@JaioSkura What alternative library did you end up choosing?
I used the checkbox from 'react-native-elements', tha change was really easy and worked like charm. The main reason for choosing that library was that I was alreading using it for other components.
Description:
We encountered a
NullPointerException
crash when attempting to interact with the checkbox component in our React Native app. This issue specifically occurs when theReactCheckBoxManager
tries to access theEventDispatcher
from a nullUIManagerModule
reference. This crash has been observed on React Native version 0.76.1.Stack Trace:
Steps to Reproduce:
@react-native-community/checkbox
package.Expected Behavior:
The checkbox component should work without causing a crash.
Actual Behavior:
The app crashes when attempting to use the checkbox component due to a
NullPointerException
when accessing theEventDispatcher
.Environment: