When using the reanimated library in old architecture the animation animates smoothly.
After we upgraded to Fabric however, spottted weird artifacts, one of them had to do with border radius. To debug we disabled the withTiming and set the value straight to 1 or 0 to exclude any interference and we cleared the body so we're left with just the animation.
Description
When using the reanimated library in old architecture the animation animates smoothly.
After we upgraded to Fabric however, spottted weird artifacts, one of them had to do with border radius. To debug we disabled the body so we're left with just the animation.
withTiming
and set the value straight to 1 or 0 to exclude any interference and we cleared theLeft is OLD architecture, right is NEW arch (Fabric)
https://github.com/user-attachments/assets/174e8375-f8cd-4a3c-a9b2-7709cd48837f
Steps to reproduce
How to reproduce:
App.tsx example:
Snack or a link to a repository
https://github.com/IndySpaan/reanimated-radius-bug
Reanimated version
3.16.1
React Native version
0.76.0
Platforms
iOS
JavaScript runtime
Hermes
Workflow
React Native
Architecture
Fabric (New Architecture)
Build type
Debug app & dev bundle
Device
iOS simulator
Device model
iPhone 15 emulator
Acknowledgements
Yes