Forum Discussion

mikevocalz's avatar
mikevocalz
Copper Contributor
Mar 28, 2021

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 but when i try to span across both screens my details view doesn't span on the second page.  The apps 1st screen just spans across both pages. Is there an example with react native i can follow for clarity? 

12 Replies

  • Hey 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.
    • mikevocalz's avatar
      mikevocalz
      Copper 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.).

           

      adavida 

  • tscholze's avatar
    tscholze
    Iron Contributor
    Hi Mike,
    what example did you try already to prevent some duplicated informations. 🙂

Resources