alinz / react-native-tabbar

Tab bar with more freedom
MIT License
265 stars 49 forks source link

Pass remaining props through to TouchableWithoutFeedback #25

Closed timjacobi closed 8 years ago

timjacobi commented 8 years ago

I came across a problem while testing my application with Appium, which relies on the property accesibilityLabel to be set on <TouchableWithoutFeedback /> on order to be able to find that element to "click". This PR passes all props not used by <Icon /> and <IconWithBar /> down to <TouchableWithoutFeedback /> so it can be configured.