I am creating a todo list app with react native, and now I am stuck with one thing, I need to use CheckBoxes.
I tried some libraries like:
react-native-community/checkbox,
react-native-check-box,
react-native-elements
Only react-native-community/checkbox worked, but there was one problem that the checkbox was animated on IOS and the animation was so slow.
Which library fits this best? Or if there is other way to do it, please let me know.
2
Answers
Hello thanks to everyone who answered to this post. If there is someone who wants to answer no need 'cuz I solved this :D
You can use expo checkbox if you dont need to customize it too much:
If you want one that is has more customization like dark mode and Icons you can just create one from scratch like this:
Here is a guide to creating your own checkbox component