Mateusz Łopaciński
Mateusz Łopaciński
## Summary ## Test plan
### Description Gesture handler, similarly to [reanimated](https://github.com/software-mansion/react-native-reanimated/issues/7627), doesn't work properly when `detachInactiveScreens` is set to `false` on the navigator (tested on bottom tabs, likely other navigators, like stack, are affected...
### Description I noticed that the `onTouchesDown` and `onTouchesUp` callback is being fired ona all currently touched gesture detectors when I start/stop touching just one of them but keep touching...
### Description I got multiple issue reports under my `react-native-sortables` library repo which all seem to be related to setting `detachInactiveScreens=false` option on the navigator. I was able to consistently...
## Cherry-picks - #8738 - cherry-pick PR
## Summary This PR adds correct type for the `animatedProps` prop that doesn't include any layout animation-related props, allows nested arrays with mixed CSS and animated props objects. It also...
## Summary We were using `macos-15` runner with the manually selected XCode `16.4` version (which became default on the `macos-15` runner and we didn't have to select it manually anymore)....
## Summary A follow-up PR after fixing the issue in #8567. Thanks to the web tests setup introduced in the #8712 PR, we can now write more reliable web unit...
## Summary This PR removed the use of the `StaticPropsRegistry` in CSS transitions. It also removes the props observing and diffing mechanism from C++ and moves it to JS in...