react-native-gesture-handler
react-native-gesture-handler copied to clipboard
Declarative API exposing platform native touch and gesture system to React Native.
### Description FPS down when I'm using ReanimatedSwipeable from import Swipeable from 'react-native-gesture-handler/ReanimatedSwipeable' in each item Items are not been loaded until fetch from API is done, so this is...
## Description This PR adds missing prop styles fields to the RNGestureHandlerButton delegate. Since a lot of new logic would be required to support these new props, I decided to...
### Description When using react-native-gesture-handler with cards that have swipe gestures and buttons, the buttons become unresponsive on Android devices. The buttons work fine on iOS, but on Android, they...
### Description Passing `onPointer*` and `onMoveShouldSetResponder*` props to RNGH `Pressable` causes the following error on `iOS`: ``` Exception thrown while executing UI block: -[RNGestureHandlerButton setOnPointerDown:]: unrecognized selector sent to instance...
### Description λ ERROR Warning: useLayoutEffect does nothing on the server, because its effect cannot be encoded into the server renderer's output format. This will lead to a mismatch between...
## Warning This PR may cause a regression, [more info here](https://github.com/software-mansion/react-native-gesture-handler/pull/2925). Test `SSR` + `react-freeze` before pushing any of these changes! ## Description Using `useLayoutEffect` in combination with SSR results...
### Description For a multi-gesture setup, the single-tap finalization is delayed until all touches are released. It wouldn't be a problem unless we are talking about touches outside the tracked...
### Description The border*Color & border*Width like : borderBottomColor and borderBottomWidth doesn't work at all. They doesn't seem to be implement with fabric. ### Steps to reproduce See sample code:...
## Description Remove unnecessary packages. This PR reduces average yarn install time by `__%` (`___ms`) - [ ] remove all unused packages - [ ] add CI preventing new unused...
## Description This PR removes all paper support: - removes paper support from native ios & osx code Depending on how quickly the GH3 will be released, this PR might...