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 `hidesTabTouch` property to disable the activeOpacity of the tab touchables #16

Closed marcshilling closed 8 years ago

marcshilling commented 8 years ago

Dimming the opacity on tab touch is not standard iOS behavior. Specifying hidesTabTouch={true} allows this component to be even more iOS-like.

marcshilling commented 8 years ago

Oh, also included a bug fix from my last PR in this one (https://github.com/marcshilling/react-native-tab-navigator/commit/a0e3344bf9c7997332820bd9a5b1eecce149edd8)

ide commented 8 years ago

Can you squash your commits please?

marcshilling commented 8 years ago

Done!

ide commented 8 years ago

thanks! it's in 0.2.11 on npm