react-native-bouncy-checkbox icon indicating copy to clipboard operation
react-native-bouncy-checkbox copied to clipboard

feat: Synthetic press functionality depending on isChecked state update

Open kimava opened this issue 2 years ago • 3 comments
trafficstars

Makes checked state respond to isChecked prop changes so that you don't need to use disableBuiltInState and useRef and can easily toggle checkbox when you need synthetic press functionality.

kimava avatar May 20 '23 10:05 kimava

Hi! Just wanted to check in on this pull request. I understand you might be busy, but I was wondering if you had a chance to review it or if there's anything I can do to help move it forward.

kimava avatar Jun 13 '23 01:06 kimava

Hey @kimava Totally my bad, I am going to take a look at this today. Apologize 🙏

WrathChaos avatar Jun 15 '23 08:06 WrathChaos

Hey @kimava

I am really sorry for late response to take a look at this. It looks really great, however if this can replace the disableBuiltInState can we also remove the disableBuiltInState logics so it will be an awesome improvement :)

WrathChaos avatar Jun 19 '23 09:06 WrathChaos

Hello @kimava

It's been awhile but finally I found some time and managed to publish version 4. Thank you so much for your contribution, we got rid of disableBuiltInState prop :)

Please take a look at the new version when you have time :)

Version 4.0.0 🥳

WrathChaos avatar Apr 06 '24 20:04 WrathChaos