-
Hi!
I'm creating a drawing-like component using skia and gesture handler. My code looks like this (simplified):
```JavaScript
const DrawBoard = forwardRef(({style}, ref) => {
const path = useSha…
-
### Description
```ts
const [path, setPath] = useState(Skia.Path.Make());
const panGesture = useMemo(
() =>
Gesture.Pan()
.onBegin(e => {
'worklet';
const coor…
-
Hi, It would be nice to have a variable to restrict the zone of the PanGesture, because the user could close accidentally the Controller.
I patch the code in RainbowDragPop.swift to restrict the PanGe…
-
**Describe the bug**
Using the code at https://github.com/dohooo/react-native-reanimated-carousel/issues/465#issuecomment-2068240634 fixes the issue on iOS and Android, but the issue is still present…
-
-
I need right PanGesture to popViewcontrollor, so I need forbidden cell right PanGesture
-
-
Hi,
at first i wanted to express here my gratitude for this great framework, it's really a fantastic framework!
But i'm having some troubles to cancel an actual PanGesture when the user starts a zoo…
-
### Question
How can I retrieve values recorded during the onTouchMove method of PanGesture on the JavaScript thread synchronously with the UI thread in Victory Native XL?
### Background…
-
写了一个拖动事件,在Container边缘加了panGesture,不断地拖动改变webview视图的大小(webview在指定大小的容器中),拖动多次后应用闪退。