Nicholas Lee
Nicholas Lee
@AndreLaranjeira Thanks for your report. Could you please some detailed code to explain your needs. It is difficult to understand what you want without a code example
Thanks for using this component. : ) I am wondering how did you know this issue was caused by the checkbox. Is there any possibility that another lib caused this...
The purpose of react-native-checkbox is to try to offer an all-in-one solution for using native components in JavaScript. For the Web world, I think people would use React and just...
@necolas Agree with the need to support the variety of platforms that react-native targets. Actually, we would support windows in the next version. And plan to support mac in the...
Hi, @theshahzaib5 Thanks for your report. The react-native-checkbox for android is implemented with the native checkbox in android. As I know, there is no way to customize the rounded style...
@theshahzaib5 Yes, Indeed, you could implement by yourself like that. The responsibility of the repo is just to provide an RN way to access the native checkbox.
@fayeah Thanks for your report. I think it is a performance issue about an iOS-implementation of checkbox. Usually, the performance issue is not an emergency issue that I would deal...
Sorry for the delay, we will figure this out in a few weeks 😢
https://github.com/react-native-community/react-native-checkbox/blob/be115e479782704382348544d6ec018daa2aa833/example/App.js#L125-L141 I have tried to reproduce this in our example code, but the value of checkbox has been changed after clicking the toggle button just like above I did not...
https://github.com/react-native-community/react-native-checkbox/blob/223e604f4fbe1abd57a476d743d294f6de82a38a/example/AppFunction.tsx#L25-L86 I also tried to reproduce this in the function component, but it also works well is iOS and Android  