ptomasroos / react-native-tab-navigator

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

Add support for translucent tab bar #26

Closed ksokhan closed 7 years ago

ksokhan commented 8 years ago

Thought this might be a useful addition.

alfonsodev commented 8 years ago

Love the idea, but it needs to be updated from master, it doesn't work because now TabBar.js uses Animated.View in the render method

ksokhan commented 8 years ago

Cool, @alfonsodev. Will update when I get some time.

ide commented 8 years ago

We don't want to add a dependency on react-native-blur -- instead we should make the view type injectable.

ksokhan commented 8 years ago

Yea. fair @ide. I do wish blur was just baked into react-native.

ptomasroos commented 7 years ago

Will close this as no update has been provided from @ksokhan