Open MicahSteinbrecher opened 7 years ago
+1 But related to #15
Btw, quickfix for now:
Replace the original dependency in your package.json
by:
"react-native-check-box": "git://github.com/crazycodeboy/react-native-check-box.git#dbd40836b09f7bc0316d13e30abdb66a799c5077"
@lolobosse still no release in it with this fix?
@lolobosse This does not help me. I am using RN version 0.52.2. What was your RN version?
state updates that change the isChecked value don't have any affect on whether the component is checked or not, isChecked value only seems to matter when the checkbox is first rendered. Is this intended functionality? Is there another way to programmatically check the box?