Closed zubricky closed 8 years ago
Thanks for the PR. We're doing some work that requires enhancements to the tabs in the coming days and will take your solution into consideration.
<TabNavigator.Item tabStyle={...} />
is now supported in 0.3.1. If you want to configure the style when the tab is selected, pass in a different style when you pass in selected={true}
.
Added a change to update the style for selected tabs. For example:
Also updated the readme to reflect the above change as well as an option of how to hide the navigation on Android.