We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tell us which versions you are using:
Is there a way to replace the scene (don't keep it in memory), but still use the push/pop transition animation?
Also what's the point of wrapping a series of scenes in Stack? Wrapping it around Scene and calling push/pop seems to have the same effect.
Stack
Scene
push
pop
The text was updated successfully, but these errors were encountered:
Duplicate of #2236. Not possible yet. In fact, most of RNRF limitations are the same of the react-navigation.
Sorry, something went wrong.
No branches or pull requests
Version
Tell us which versions you are using:
Is there a way to replace the scene (don't keep it in memory), but still use the push/pop transition animation?
Also what's the point of wrapping a series of scenes in
Stack
? Wrapping it aroundScene
and callingpush
/pop
seems to have the same effect.The text was updated successfully, but these errors were encountered: