shahen94 / react-native-switch

Customisable switch component for RN
MIT License
296 stars 172 forks source link

Gather up all additional props and pass them to the touchable #70

Closed fuller closed 4 years ago

fuller commented 5 years ago

This allows us to pass testID, accessibilityLabel, hitSlop, etc to the Switch without having to specify each one individually

burivuhster commented 5 years ago

@shahen94 could you please merge this? I have to wrap each Switch into an additional View just to add accessibility props now.