You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering if it's possible (as the title states) to have a root view that presents both modals and normal side-navigated (a.k.a. pushed) Scenes?
According to the documentation, you have to wrap it in a but that makes everything appear as a modal. Is there a workaround or an other way to do it?
The text was updated successfully, but these errors were encountered:
We are also experiencing this issue. We have a modal that links back to a second root scene but that scene transitions as a modal.
<Modal><Scenekey='root'><Scenekey='Home'component={Home}initialhideNavBar/>
// this scene should transition from 'searchModal' as a normal scene
<Scenekey='searchResults'component={Results}hideNavBar/></Scene><Scenekey='searchModal'component={Search}hideNavBar/></Modal>
I'm wondering if it's possible (as the title states) to have a root view that presents both modals and normal side-navigated (a.k.a. pushed) Scenes?
According to the documentation, you have to wrap it in a but that makes everything appear as a modal. Is there a workaround or an other way to do it?
The text was updated successfully, but these errors were encountered: