crazycodeboy / react-native-check-box

Checkbox component for react native, it works on iOS and Android.
MIT License
518 stars 184 forks source link

(bug) checkbox unresponsive to changed isChecked value #17

Open MicahSteinbrecher opened 7 years ago

MicahSteinbrecher commented 7 years ago

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?

lolobosse commented 7 years ago

+1 But related to #15

lolobosse commented 7 years ago

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"
acomito commented 6 years ago

@lolobosse still no release in it with this fix?

DavitVosk commented 6 years ago

@lolobosse This does not help me. I am using RN version 0.52.2. What was your RN version?