Import from react-native-reanimated causes webview full reload on its style change #6805
Labels
Platform: Android
This issue is specific to Android
Repro provided
A reproduction with a snippet of code, snack or repo is provided
Description
In project that uses
react-native-webview
andreact-native-reanimated
there are some anomalies while using this libraries together on Android. If you just import an use (even just console) something fromreact-native-reanimated
the Webview on its props change goes to full component reload.There is no such issue on iOS and I was able to reproduce it on Android only.
Screen.Recording.2024-12-10.at.17.17.17.mov
Steps to reproduce
console.log(useAnimatedStyle);
inTestComponent
, so that there is no more any usage fromreact-native-reanimated
Snack or a link to a repository
https://github.com/zarv1k/WebviewPropsChangeReloadIssue
Reanimated version
3.16.3
React Native version
0.76.3
Platforms
Android
JavaScript runtime
Hermes
Workflow
React Native
Architecture
Fabric (New Architecture)
Build type
Debug app & dev bundle
Device
Android emulator
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: