-
## Description
I am trying to run code when onStart event is invoked for Pan or Tap gesture. Both of them seem to not work independently of each other.
### Platforms
- [ ] iOS
- [ ]…
-
Can you make a public function that can adjust the rotations on the CropView controller?
I want to apply the rotation using the rotary-view I made
-
Hi, I've tried to migrate reanimated 3 without success:
I got the following error when the graph mounts:
`makeShareableCloneRecursive Maximum Call Stack Size Exceeded`
It seems to be related t…
-
### Description
I want to `Race` a PanGesture and the `ScrollView`. It used to work by setting the `SimultaneousHandlers` prop of the `PanGestureHandler` with the `ref` of the `ScrollView`.
Wit…
-
### Description
I'm creating a swipeable modal using `react-native-gesture-handler` and `react-native-modal`. When open a modal, it only show half of a screen, user can swipe up to expand it to full …
-
### Mapbox Implementation
Mapbox
### Mapbox Version
10.13.1 (iOS), 10.13.0 android
### Platform
Android
### `@rnmapbox/maps` version
10.0.6
### Standalone component to reproduc…
-
### Description
Pangesture event trigger very slow
### Steps to reproduce
```js
const panGesture = Gesture.Pan()
.enabled(!isDisabled)
.maxPointers(1)
.minDistance(1)
.cancelsTouchesInView(tru…
-
First of all, thank you for this wonderful module. This is just what I've been looking for.
Now, the problem.
I have a horizontal `ScrollView` pager with each page being a `RefreshableWrapper`.
`…
-
### Description
My React Native app on Android is dying upon first touch with a `Gesture.Pan()` _after_ installing `react-native-reanimated`. It works fine beforehand.
I am not explicitly import…
-
Hi Ado, I hope you're doing well. I would like to ask if there are sample code for gesture recognizer (ie. swipe(direction: left; right; top; bottom), drag and drop) in your sample repositories that I…