-
## Description
I'm trying to get a list (ScrollView) that contains items that can be reordered. I struggled a bit with the implementation, but got it working on iOS like with nested LongPress / Pan…
-
Using this package with expo getting error while building for web
```
./node_modules/react-native-gesture-handler/lib/module/index.js:73
"export 'ComposedGestureType' (reexported as 'ComposedGest…
-
Hello!
Sorry if this is the wrong place but I am struggling to get this component working in a brand new expo managed app. Does this component support React Native 0.60.0+?
-
As described in the title this can be considered a bug, and in many cases you need to solve this by using two buttons to move the selected item
-
## Description
I tried to do something by myself and also tried some tutorials, but GestureDetector simply doesn't detect any gesture.
OBS: yes, I imported react-native-gesture-handler in th…
-
# Bug Report
Running `tsc` causes an error message:
```
|| Error: Debug Failure.
|| at walk (/Users/derek/Workspace/***/node_modules/typescript/lib/tsc.js:98559:38)
|| at Object.forEa…
-
Pre-v10, Mapbox provided support for draggable annotations, and documented a nice example at https://web.archive.org/web/20210124190424/https://docs.mapbox.com/ios/maps/examples/draggable-views/ (usin…
-
Today is the first time I run a project used SwiftUIPager on a real device, it's iPhone13 Pro Max, but it looks like 60Hz (I'm not sure) when I scroll through pages.
Does it support 120Hz?
Thanks.
-
**Description**
In Pan gesture handler if i use event.native.x in onGestureEvent then the panning is not smooth.It raises jumps.
My code is :
this.postCoverPosition = new Animated.Value(0);
th…
-
I've been trying to add Tap gestures recognizers to messagesCollectionView, to hide the keyboard when pressed outside of it (as WhatssApp do). But MessagesViewController implements gestureRecogniz…