WrathChaos / react-native-bouncy-checkbox

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

TestID is not supported #459

Closed nmehlei closed 7 months ago

nmehlei commented 7 months ago

Hey, First of all, thank you for the amazing checkbox control!

One challenge that we are currently facing with the component is that the testID property does not seem to be supported by bouncy-checkbox. This is critical for end-to-end testing support.

Is this planned?

WrathChaos commented 7 months ago

Hello @nmehlei

Thank you for kind words :)

Actually I already have {...this.props} for the main TouchableOpacity. Do you think should I directly add testID as a property itself?

WrathChaos commented 7 months ago

Hello @nmehlei

Version 4 is released! testID also supported directly, please try it out!

Version 4.0.0 🥳