WrathChaos / react-native-bouncy-checkbox

Fully customizable animated bouncy checkbox for React Native
https://freakycoder.com
MIT License
750 stars 57 forks source link

textColor not working on Android #32

Closed Sunhat closed 3 years ago

Sunhat commented 3 years ago

Hi, great package!

Just thought I'd mention textColor prop doesn't appear to be working on Android

      <BouncyCheckbox
        textColor="red"
        text="Task Completed"
      />
WrathChaos commented 3 years ago

Hello @Sunhat Thank you so much for reporting this. I will fix it ASAP.

Most probably it will fix it on the fully refactored 1.5 version. I will inform you :)

antonrach commented 3 years ago

I like the package, but the same problem is with borderColor, borderRadius ect...

WrathChaos commented 3 years ago

2.0 version is going to release today :) It will solve all of these problems, I will inform you.

WrathChaos commented 3 years ago

Version 2.0.0 is alive 🥳

You guys can use iconStyle prop drilling for customize the react-native-bouncy-checkbox Please open a new issue if you need something else :) @Sunhat @deathvendor