react-native-gesture-handler
react-native-gesture-handler copied to clipboard
Declarative API exposing platform native touch and gesture system to React Native.
## Description While working on supporting web for the Bottom Sheet, i noticed that the `Pan` gesture handler fails unexpectedly when interacting with a scroll view that is wrapped with...
## Description On iOS, the FlingGestureHandler always fails and never returns an activated state. ### Platforms - [ X ] iOS - [ Working ] Android - [ Not Tested...
## 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 When I run "yarn android", during the build process, this messages appears for multiple files inside react-native-gesture-handler/android/lib/src/main/java/com/swmansion/gesturehandler/*.kt . According to this on stackoverflow, it is not complicated to...
## Description I am trying to implement pinch to zoom and I pretty sure my math is correct. But the focalX and focalY are wrong on android only Android ...
Task :react-native-gesture-handler:buildNdkBuildDebug[arm64-v8a][rngesturehandler_modules] C/C++: C:/android-ndk-r21e/build//../toolchains/llvm/prebuilt/windows-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../aarch64-linux-android/bin\ld: cannot find C:\Cliqueon\node_modules\react-native-gesture-handler\android\build\intermediates\cxx\Debug\3x5p2864/obj/local/arm64-v8a/objs-debug/rngesturehandler_modules/C_/Cliqueon/node_modules/react-native-gesture-handler/android/src/main/jni/RNGestureHandlerComponentsRegistry.o: No such file or directory C/C++: clang++: error: linker command failed with exit code 1 (use -v to see invocation) C/C++: make: ***...
## 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...
I'm using: ``` React Navigation v5 Gesture Hander v1.6.0 Styled Components v5 ``` I have a home page with many **RectButons** inside a **FlatList** with ```border-radius: 10px``` and another page...
## 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...