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.
As suggested in this issue I implemented a similar approach as examples/native/src/explorer/ExplorerView.js, for triggering a transition without a navigator. However, it seems that hooks are not supported.
Expected behaviour
When using hooks to manage state, transitions should work as they do with class components.
As suggested in this issue I implemented a similar approach as
examples/native/src/explorer/ExplorerView.js
, for triggering a transition without a navigator. However, it seems that hooks are not supported.Expected behaviour
When using hooks to manage state, transitions should work as they do with class components.
Show Actual behaviour
No transition occurs.
Provide the code
The demo and code can be seen on this snack.
You'll notice a couple of things
The text was updated successfully, but these errors were encountered: