I am using react-navigation v 6.1 for drawer navigation, I am trying to implement the following:
Currently this is what I was able to achieve:
How can I set border radius for the stack or routes that has been navigated by the user?
I tried to set the sceneContainerStyle
border radius on screenOptions
for <Drawer.Navigator>
but seems that there is actually another child view inside the scene view.