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
Hi, I'm using the prerelease version with React Navigation v5. Seriously, amazing work with this library!
I was wondering if there are still plans to add web support.
At the moment, the behavior appears to delay rendering items on destination screens on web, without any shared animation. Would it be possible to turn off the delayed rendering on web until web support for the shared transition is added?
The text was updated successfully, but these errors were encountered:
@nandorojo curious if you still delayed rendering on web or if it is "safe" to integrate this (and the navigation bindings) on a multi-platform project, where "safe" can just mean "no animation on web", but at least doesn't delay a render. Cheers
Hi, I'm using the
prerelease
version with React Navigationv5
. Seriously, amazing work with this library!I was wondering if there are still plans to add web support.
At the moment, the behavior appears to delay rendering items on destination screens on web, without any shared animation. Would it be possible to turn off the delayed rendering on web until web support for the shared transition is added?
The text was updated successfully, but these errors were encountered: