react-native-bouncy-checkbox
react-native-bouncy-checkbox copied to clipboard
Issue with the square checkbox example in FAQ in readme
trafficstars
https://github.com/WrathChaos/react-native-bouncy-checkbox#FAQ
iconStyle={{
borderRadius: 0, // to make it a little round increase the value accordingly
}}
innerIconStyle={{ <----------- need to add innerIconStyle prop to component to make it square when not checked .
borderRadius: 0,
}}