[Fabric] Reanimated events are not sent on the Fabric "bridgefull" IOS build #2516
Labels
Platform: iOS
This issue is specific to iOS
Repro provided
A reproduction with a snack or repo is provided
Description
In our project, navigation is based on Reanimated events (such as onWillAppear, onWillDisappear, onTransitionProgress), after enabling Fabric + bridgefull, we saw that events on iOS stopped being sent
Sandbox with problem reproduction
https://github.com/k4rpen/react-native-screens-issue
For example, I added receiving the onWillAppear event in the ReanimatedNativeStackScreen
These events work on Android:
old-arch
Fabric + bridgeless (it is also interesting that events are doubled)
Fabric + bridgefull (it is also interesting that events are doubled)
On iOS, they don't work only on bridgefull:
old-arch
bridgeless
bridgefull
Steps to reproduce
Snack or a link to a repository
https://github.com/k4rpen/react-native-screens-issue
Screens version
3.32.0 / 3.34.0
React Native version
0.74.5
Platforms
iOS
JavaScript runtime
Hermes
Workflow
React Native (without Expo)
Architecture
Fabric (New Architecture)
Build type
Debug/Release
Device
iOS simulator
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: