WrathChaos / react-native-bouncy-checkbox

Fully customizable animated bouncy checkbox for React Native

Home Page:https://freakycoder.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with the square checkbox example in FAQ in readme

elaad24 opened this issue · comments

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, 
}} 

b0a6f5c

Thank you so much for this issue @elaad24 :)