Change backgound color for Navigation #631
Unanswered
MatLish00010
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You can set So e.g. in a Stack: <Stack screenOptions={{ contentStyle: { backgroundColor: 'transparent'} }}> Or if you're using <ThemeProvider value={{
...,
colors: {
...,
background: 'transparent',
},
}}> |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I need to use a background image for my app and I tried using
<Background> <Slot /> </Background>
in root but it doesn't work because navigation has background color, how can i remove bgc for expo-router?
Beta Was this translation helpful? Give feedback.
All reactions