Skip to content

Crash with reanimated layout(entering, exiting animations) #8096

@Belobopka

Description

@Belobopka

What happened?

We have a persistent crash when we're using entering/exiting animations with layout reanimated.
Tested with react-navigation and crash was not detected

Code which affecting - Block.tsx -> Animated.View

entering={FadeIn.delay(FADE_IN_DURATION)}
exiting={FadeOut.delay(FADE_IN_DURATION)}

From xcode we've received different errors but the one of them was :

*** Assertion failure in -[RCTComponentViewRegistry componentViewDescriptorWithTag:](), /Users/user/AwesomeProject/node_modules/react-native/React/Fabric/Mounting/RCTComponentViewRegistry.mm:76
ReanimatedError: Exception in HostFunction: <unknown>, js engine: reanimated
Screen.Recording.2025-08-24.at.18.39.23-1.mov

What was the expected behaviour?

app doesn't crash persistently

Was it tested on latest react-native-navigation?

  • I have tested this issue on the latest react-native-navigation release and it still reproduces.

Help us reproduce this issue!

I have an reproducable repo https://github.com/Belobopka/wix-rnn-rnlayout-crash2

In what environment did this happen?

React Native Navigation version: 8.3.0
React Native version: 0.77.2
Has Fabric (React Native's new rendering system) enabled: (yes/no) yes
Node version: v18.20.8
Device model: iphone 15 pro
iOS version: 18.1

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions