I am trying to find a way to create a slide-out viewer for my app. The solution I am looking for would be similar to the drawer navigator, in that it slides out from the left or right, but I want to place a web-viewer within the slide-out (rather than menu items). The purpose for this would be to stay on one page, and utilize the slide out as a reference to another page, or in this instance, a website using the web-viewer component. Is it possible to do this in the cross platform editor?
I think you may be able to make this work by inserting a column with webviewer that is not visible on start, push a button to reference this and it becomes visible while the other content becomes invisible. Then, simply click the return button and make the webviewer invisible again while the other reappears.