Reanimated - 4.3.2
What's Changed
Android
- fix: Android ANR deadlock between CSS updates-registry lock and Fabric commit by @MatiPl01 in #9715
- fix: guard
StaticPropsRegistryagainst cross-thread access by @MatiPl01 in #9495 - fix: prevent
useAnimatedKeyboardcrash "Can't change insets on an animation that is cancelled" by @piaskowyk in #9670 - fix: don't resurrect layout animations cancelled before their start lambda ran by @bartlomiejbloniarz in #9660
- fix: Android crash on odd-length CSS
strokeDasharrayby @MatiPl01 in #9719 - fix: Android crash on empty CSS
strokeDasharrayfrom the default keyframe endpoint by @MatiPl01 in #9845 - fix: flashing to default style when a CSS transition detaches on Android by @MatiPl01 in #9728
- fix: guard
preserveMountedTagsagainstresolveViewthrowing by @audrius-savickas in #9649
iOS
- fix: re-add LightNode before starting exiting animation by @tomekzaw in #9646
- fix: don't crash on iOS double reload when surface presenter has no scheduler by @tomekzaw in #9672
All platforms
- fix: commit CSS backwards fill during a positive
animationDelayby @MatiPl01 in 0b00aa4b53 - fix: memory leak when unmounting views mid-animation by @MatiPl01 in #9711
- fix: CSS
perspectiveinterpolation NaN from the infinity default by @MatiPl01 in #9712 - fix:
jsPropsnot animating on native by @MatiPl01 in #9707 - fix: prefer resolved component ref for host lookup by @sorinc03 in #9589
- fix: support legacy
_viewConfigin animated host lookup for RN < 0.86 by @MatiPl01 in #9680 - fix: require
onStartinvalueSetteranimation detection by @tomekzaw in #9526 - fix: use optional chaining on
Platform.OSto prevent crash in Bundle Mode by @MelloB1989 in #9525 - fix: cleanup of layout animation configs by @finloop in #9534
Types and build
- chore: start using precompiled headers on Android by @tomekzaw in #9434
- fix: clang-tidy version mismatch with the Android PCH by @tshmieldev in #9455
- fix: jest environment detection by @tjzel in #9703
- fix: bump
macos-exampleto react-native-macos 0.81.8 for the Xcode 26 fmt build error by @MatiPl01 in #9843
Full Changelog: 4.3.1...4.3.2