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 260 react-native-gesture-handler issues
Sort by recently updated
recently updated
newest added

Contribute to software-mansion/react-native-gesture-handler by giving solutions, raising issues and giving suggestions. ## Description This is the documentation of how you can contribute to this project by raising issues, suggesting improvements...

### Description When passing refs to any of the aforementioned components, none of `react-native`'s `View` methods are available, which means it is not possible to call `measure` or `measureLayout` for...

Platform: Web
Platform: Android
Platform: iOS
Repro provided
Platform: MacOS

### Description I can't build when installing lib react-native-gesture-handler: 2.16.0 The error occurs as below and I can't figure out what the reason is. ![image](https://github.com/software-mansion/react-native-gesture-handler/assets/41848386/89479c66-b9e2-4590-8ac7-85eb19893896) ### Steps to reproduce 1....

Platform: Android
Missing repro

### Description I am developing an open source chess game in expo similar to chess.com I added a drag and drop pieces functionality which is working flawlessly on web version...

Platform: Web
Platform: Android
Platform: iOS
Repro provided
Platform: MacOS

### Description After updating to 2.16.1, I'm getting TypeScript errors in my code from several packages exported by RNGH when used in refs. Namely, `ScrollView` and `RNGHTextInput` will now error...

Platform: Android
Platform: iOS
Missing repro

Bumps [ejs](https://github.com/mde/ejs) from 3.1.7 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 v3.1.9 Version 3.1.9 v3.1.8 Version 3.1.8 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic...

Dependencies
javascript

### Description When using Pan gestures (this issue likely occurs with other gestures as well, but has only been tested with Pan) with manualActivation set to true, if a touch...

Platform: iOS
Repro provided

## Description This PR fixes getting access to right bridge, because `currentBridge` method can return invalid pointer when more than one instance of react exists in the application. Same changes...

## Description This PR adds necessary typescript changes in order to build `Next.js` app. ## Test plan I've tested this changes on branch with Next Example using `yarn build`.

## Description This PR adds `Next.js` example to our repository. ## Test plan Well... run example app I guess? 1. `cd next-example` 2. `yarn dev` 3. Visit `localhost:3000`