Mateusz Łopaciński

Results 23 issues of Mateusz Łopaciński

### 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...

Platform: iOS
Repro provided

### 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...

Missing info
Platform: Android
Repro provided

### 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...

Platform: iOS
Repro provided

## Cherry-picks - #8738 - cherry-pick PR

Missing repro
Platform: Android
Missing info
Maintainer issue

## Summary ## Test plan

lib: Reanimated

## 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...

lib: Reanimated

## 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...

lib: Reanimated

## 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...

lib: Reanimated