DEV Community

Discussion on: How to implement Split View on a tablet with React Native

Collapse
 
simplecreations profile image
SimpleCreations

Hi! The example uses two nested navigation containers. I need to be able to initiate navigation to different parts of my app from the right side column, but its navigation prop only refers to the inner navigation container and doesn't "know" about the outer navigation container. Is there a workaround for this?