This repository was archived by the owner on Mar 17, 2025. It is now read-only.
Change backgound color for Navigation #631
Unanswered
MatLish00010
asked this question in
Q&A
Replies: 2 comments 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
-
Is there something like this in the Tabs? |
Beta Was this translation helpful? Give feedback.
0 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