Jakub Piasecki

Results 48 issues of Jakub Piasecki

## Description This PR adds an experimental SWC plugin implementation, allowing the use of Reanimated with SWC instead of Babel. Huge thanks to @kwonoj for [his initial work on this](https://github.com/kwonoj/swc-plugin-react-native-reanimated)....

## Description This PR: - Removes unnecessary `.gitignore`, `build.gradle` and `proguard-rules.pro` files from the `lib/` directory. I believe those were leftovers from when Gesture Handler could be used as a...

## Description TODO ## Test plan None at the moment

## Description This PR fixes an issue where Detector would try to update an already dropped gesture, which could happen on web in some cases. ## Test plan Tested on...

Also fix some errors in docs ## Description This PR upgrades Docusaurus to stable 2.0 release. It also makes the look of the docs more consistent with Reanimated's. ## Test...

## Description Closes https://github.com/software-mansion/react-native-gesture-handler/issues/2161 `Handler()` constructor has been deprecated. This PR changes all the constructors to `Handler(looper: Looper)`. ## Test plan Build the example app

## Description This PR adds `NDK_APP_SHORT_COMMANDS=true` argument to the ndk build on Android. Possibly fixes https://github.com/software-mansion/react-native-gesture-handler/issues/2122.

## Description This PR updates version of React native used by the FabricExample app to 0.70.0-rc-2. Note that this version of React Native includes autolinking for Android, however it seems...

## Description Should fix https://github.com/software-mansion/react-native-gesture-handler/issues/2091 HammerJS (which is used by Gesture Handler on web) by default tries to use [pointer events](https://developer.mozilla.org/en-US/docs/Web/API/Pointer_events), which can be [cancelled](https://developer.mozilla.org/en-US/docs/Web/API/Element/pointercancel_event) when the browser starts recognizing...

## Description There are many issues with styling buttons provided by Gesture Handler, mostly on Android where the class responsible for button extends `ViewGroup` instead of `ReactViewGroup` as it changes...