react-native-gesture-handler
react-native-gesture-handler copied to clipboard
Declarative API exposing platform native touch and gesture system to React Native.
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...
### 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.  ### Steps to reproduce 1....
### 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...
### 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...
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...
### 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...
## 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`