react-native-gesture-handler icon indicating copy to clipboard operation
react-native-gesture-handler copied to clipboard

Declarative API exposing platform native touch and gesture system to React Native.

Results 195 react-native-gesture-handler issues
Sort by recently updated
recently updated
newest added

This PR solves issue when buttons don't activate after enabling TalkBack. When TalkBack is enabled, buttons don't receive MotionEvents, hence they don't go through orchestrator. However, `performClick` method is still...

### Description ```console CMake Error at D:/myproject/android/app/build/generated/rncli/src/main/jni/Android-rncli.cmake:6 (add_subdirectory): Syntax error in cmake code at D:/myproject/android/app/build/generated/rncli/src/main/jni/Android-rncli.cmake:6 when parsing string D:\myproject\node_modules\react-native-gesture-handler\android\build\generated\source\codegen\jni\ rngesturehandler_codegen_autolinked_build Invalid character escape '\m'. Call Stack (most recent call first):...

Platform: Android
Missing repro

### Description The Android Gradle plugin supports only kotlin-android-extensions Gradle plugin version 1.6.20 and higher. The following dependencies do not satisfy the required version: project ':react-native-gesture-handler' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.20 ### Steps...

Platform: Android
Missing repro

## Description This PR fixes the order of babel plugins and adds `@babel/plugin-proposal-export-namespace-from` to make the new versions of Reanimated work on web. See https://github.com/software-mansion/react-native-reanimated/pull/3437 for more information. ## Test...

### Description "Windows application, Visual Studio 2019, Developed by c#" I had updated the react-native version to 0.69.5, react-native-windows version to 0.69.6. After the react-native-windows updgrade, when i was debugging...

Missing info
Missing repro
Close when stale

### Description I have chat app, and I wrapped message with Swipeable to reply, here is my code: ``` return ( {children} ) ``` ### Steps to reproduce 1. Define...

Platform: iOS
Missing repro
Close when stale

### Description My UI structure is a vertical FlatList that renders horizontal FlatLists that render Touchables (BaseButton but happens with other RNGH Touchables as well). When you long press the...

Missing info
Platform: Android
Missing repro
Close when stale

### Description I am not able to change any manual gesture event state with gestureStateManager. I checked the function is called correctly but does not seem to have any effect....

Platform: Android
Platform: iOS
Repro provided

### Description Updated RN from 0.68 to 0.70 - DrawerLayout reappears right after closing and stays on the screen until you try to pull it out again ### Steps to...

Platform: Android
Platform: iOS

## Description Adds `Dependencies` section to the issue template. Having this knowledge will make it easier to reproduce issues.