createMaterialTopTabNavigator background transparency not working · Issue #12570 · react-navigation/react-navigation · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to take out the background of a view cause by toptabnavigator i'm using reactnative, now the issue here is when using stack navigator it work perfectly so i, want to customize the top tab bar, but now the background is unable to get transparent below is the image and code snippet, the background color feature on the screen option of toptab tabbarstyle not working any idea of what could be the issue?
the top close to the status bar is the pattern am trying to achieve with tab navigtion, is swaps perfectly between screens, but on the main section this this top border radius which is meant to lay on the default background but currently overlaying on a opace white background
was expecting to share a image for more clarity on this but the whole issue is i want to be able to the backgroudcolor:transparent feature on the main content of the tab bar navigator(the tab.screen component background to be transparent) this actually works with stack navigator but somehow on toptab navigator this a white background that still persists even when backgroudcolor:transparent is set on the screenoption(tabbar style property)
Current behavior
I'm trying to take out the background of a view cause by toptabnavigator i'm using reactnative, now the issue here is when using stack navigator it work perfectly so i, want to customize the top tab bar, but now the background is unable to get transparent below is the image and code snippet, the background color feature on the screen option of toptab tabbarstyle not working any idea of what could be the issue?
the top close to the status bar is the pattern am trying to achieve with tab navigtion, is swaps perfectly between screens, but on the main section this this top border radius which is meant to lay on the default background but currently overlaying on a opace white background
` return (
)
}
export default IndexView
styles = StyleSheet.create({
container: {
backgroundColor: '#191C25',
flex: 1,
paddingTop: Platform.OS === 'android' ? '0' : '0',
// justifyContent: 'space-between',
},
})
return (
<View
);
}
export default function EventsDriveStack(props) {
return (
<Tab.Navigator initialRouteName='Today'
)
}`
Expected behavior
was expecting to share a image for more clarity on this but the whole issue is i want to be able to the backgroudcolor:transparent feature on the main content of the tab bar navigator(the tab.screen component background to be transparent) this actually works with stack navigator but somehow on toptab navigator this a white background that still persists even when backgroudcolor:transparent is set on the screenoption(tabbar style property)
Reproduction
https://github.com/godwynnn/rida.git
Platform
Packages
Environment
The text was updated successfully, but these errors were encountered: