I am using react-navigation@5.0.0 and I have added a background color to my root <View />
.
It seems that another view created by react-navigation is having some background color set, because I can't see my background. (Just as an example, I Can see the dark background when I use react-router)
How can I set the background color of a page using react-navigation v5