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

Fix styling for Tab #124

Closed davidruisinger closed 6 years ago

davidruisinger commented 7 years ago

I couldn't use styling like:

tabStyle={
  justifyContent: 'center'
}

because the actual tab is wrapped inside a <View> that does not get the style props passed through.

ptomasroos commented 7 years ago

Thanks, I will give it a review soon

ptomasroos commented 6 years ago

Will close since this issue is more than a year, feel free to a open a new if this is still a issue.