-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
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
App crash when going back from nested navigation #212
Comments
Compared to simply going back after visiting the first nested navigator (the one with the animation), when navigating to another nested screen in between there is a
|
We're also experiencing this bug. This bug isn't present on iOS builds. |
@bengy Do you still experience this if you downgrade |
Yes the issue is still there with the older runtime. |
Hi all, appologies for the delay in this issue. This should be resolved in the latest v6.2.1 - please reopen if you encounter any issues. |
Description
We have a setup in our app with Rive and React-Navigation where we navigate from our root stack into one that has a screen with a Rive animation. If we then navigate into another substack and then navigate back two times the app crashes with the following error:
Provide a Repro
Minimal Reproduction example
Has some boilerplate from react-native init but the relevant parts is in
App.tsx
Source
.riv
/.rev
fileEvery rive animation we tested.
Also the public one from the example
Expected behavior
Navigating back from the nested screen works if we do not navigate to another nested screen in between.
Additional context
In our App we use version "6.1.1" but the reproduction example uses "6.2.0"
The text was updated successfully, but these errors were encountered: