react-native-tabs
react-native-tabs copied to clipboard
translucent support for iOS
Is there any plan for adding translucent support? TabbarIOS has it
does it support blurry background and translucent?
I did this with by adding style={{backgroundColor: 'transparent'}} to Tabs and adding a BlurView from react-native-blur in the same place as the tabs bar.