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

Issue with the square checkbox example in FAQ in readme

Open elaad24 opened this issue 3 years ago • 0 comments
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, 
}} 

elaad24 avatar Aug 04 '22 20:08 elaad24