I am currently working at a project with a StackNavigator of React-Navigation: https://snack.expo.io/@pob/stacknavigator-problem. I use the Navigator in front of a background image and I want, that the body of each of its pages is transparent, so that you can see the background image through the StackNavigator.
I already found out how to set the style of the StackNavigator's header, but I have no idea how to set the style of its body. I would like to set the color of this body to 'transparent'
. Can anyone help?
Screenshot of the result I get with Hazim Ali's snack in iOS: