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

Issue with the advanced custom example given in the readme

Open Exhigh opened this issue 3 years ago • 1 comments
trafficstars

https://github.com/WrathChaos/react-native-bouncy-checkbox#advanced-custom-usage

<BouncyCheckbox
  size={25}
  fillColor="red"
  unfillColor="#FFFFFF"
  text="Custom Checkbox"
  iconStyle={{ borderColor: "red" }}
  iconInnerStyle={{ borderWidth: 2 }} <----------- The style type is the wrong style type as it should be innerIconStyle.
  textStyle={{ fontFamily: "JosefinSans-Regular" }}
  onPress={(isChecked: boolean) => {}}
/>

Exhigh avatar Aug 03 '22 01:08 Exhigh

Hello @Exhigh Ah thank you so much for reporting this issue.

I forgot to change the old examples :D I will update it now

WrathChaos avatar Aug 03 '22 06:08 WrathChaos

https://github.com/WrathChaos/react-native-bouncy-checkbox/commit/baa208a29fcd91306603a4fc68734e6d02a14bb8

Thank you so much :)

WrathChaos avatar Aug 16 '22 16:08 WrathChaos