WrathChaos / react-native-bouncy-checkbox-group

Fully customizable bouncy checkbox group for React Native
https://freakycoder.com/
MIT License
24 stars 9 forks source link

strikethrough problem! #14

Closed durupanya closed 1 year ago

durupanya commented 1 year ago

tempsnip

Hello, i'm using checkbox-group, when i check any item the item text strikethroug. i coded textDecorationLine: 'none' using props, you can see my code on attach image.

WrathChaos commented 1 year ago

Hello,

You should put that textStyle into the data so it can let you change each of the checkbox component. You can take a look at the example: https://github.com/WrathChaos/react-native-bouncy-checkbox-group/blob/master/example/App.tsx