ptomasroos / react-native-tab-navigator

A tab bar that switches between scenes, written in JS for cross-platform support
MIT License
2.4k stars 415 forks source link

Add accessible and accessibilityLabel props for testability #190

Closed calmyournerves closed 5 years ago

calmyournerves commented 5 years ago

Hey there!

This PR allows to pass accessible and accessibilityLabel props to TabNavigator.Item to make it easier to test on Android.

ptomasroos commented 5 years ago

Thanks, can you please update the README as well?

calmyournerves commented 5 years ago

Done! Want me to add it to the examples as well?

ptomasroos commented 5 years ago

Thanks, no thats good enough!