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
{{ message }}
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.
Is it possible to use the library without any router at all? I would love to simply provide subsequent Scenes that get displayed without the use of any navigator, as in the example below. Is this a use-case you support, or even intend to support?
The library looks incredibly, I truly appreciate the work you've put into it. Keep up the good work.
Hi. Yes that's definitely possible. Please take a look at the 'explorer' code in examples/native/src. It showcases a kind of tab-bar that switches between scenes. In that case, all scenes are always mounted and are made invisible when not active. Whenever a scene is active, set its active prop to true and this will trigger the magic move animation.
There is however one issue with this that needs to be resolved. As you can maybe see in the explorer demo, when switching tabs, the target component is sometimes briefly visible (maybe for 1 frame). This happens because RNMM needs a little bit of time to make that component invisible when starting a transition animation. I want to get that sorted out within the next couple of weeks.
Issue
Is it possible to use the library without any router at all? I would love to simply provide subsequent Scenes that get displayed without the use of any navigator, as in the example below. Is this a use-case you support, or even intend to support?
The library looks incredibly, I truly appreciate the work you've put into it. Keep up the good work.
I'm seeing this behaviour on
Provide the code
The text was updated successfully, but these errors were encountered: