react-native-check-box icon indicating copy to clipboard operation
react-native-check-box copied to clipboard

(bug) checkbox unresponsive to changed isChecked value

Open MicahSteinbrecher opened this issue 8 years ago • 4 comments

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?

MicahSteinbrecher avatar Apr 30 '17 04:04 MicahSteinbrecher

+1 But related to #15

lolobosse avatar May 09 '17 18:05 lolobosse

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 avatar May 09 '17 18:05 lolobosse

@lolobosse still no release in it with this fix?

acomito avatar May 16 '18 02:05 acomito

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

DavitVosk avatar Jun 21 '18 10:06 DavitVosk