Forum Discussion
mikevocalz
Mar 28, 2021Copper Contributor
React Navigation Examples
I love the work being put into dual screen devices. I'm trying to build a dual screen app but having issues with getting TwoPane-Navigation to work with React Navigation. I followed the documentation...
adavida
Microsoft
Mar 29, 2021Hey Mike, can you try updating the the package references for twopane-navigation and dualscreen-info to latest and see if that helps? I'm pushing an update for the examples now as well.
- mikevocalzApr 03, 2021Copper Contributor
Thanks so much for the help everyone. Finally got the app to run. When it comes to navigation how can i get two-pane nav to work alongside react-navigation? When i pass AppContainer to the navigation container; its over written by react-navigation. I'm no longer able to use the methods available for my onPress (ie: (ONE)Pane.AddExtended etc.).
- mikevocalzApr 08, 2021Copper Contributor
- adavidaApr 08, 2021
Microsoft
mikevocalz Can you share some code?