Custom Checkbox React Native
It's a React Native checkbox that can be customize. Works for both Android and iOS.
Install
Install the package via npm:
npm i react-native-custom-checkbox --save
The React Native Vector Icons package is a dependency of this component and it's needed to link it, as you can read in its installation instructions.
In order to link it to the project first install rnpm
npm install rnpm -g
Then run the following command to link the react-native-vector-icons package
rnpm link react-native-vector-icons