This repository was archived by the owner on Mar 17, 2025. It is now read-only.
Basic question: Background color of screens in <Tabs> #684
Unanswered
stuontheblockchain
asked this question in
Q&A
Replies: 1 comment 1 reply
-
<Tabs sceneContainerStyle={{ backgroundColor: color.white }} ... >is what you are looking for? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Given a setup like that, how can I set the default background color for different screens? Currently I have an element with height 100%, but I feel like there is certainly a better solution. All of the help online I have found relates to Tab.Navigator. Any help is appreciated greatly.
Beta Was this translation helpful? Give feedback.
All reactions