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

how to make tab bar transparent? #74

Closed happyming9527 closed 8 years ago

happyming9527 commented 8 years ago

I want use rgba color on tab bar, how to set it?

ide commented 8 years ago

You should read the code to find the answer to this kind of question. See here -- there is a style prop: https://github.com/exponentjs/react-native-tab-navigator/blob/master/TabBar.js#L21.