margelo / react-native-graph

📈 Beautiful, high-performance Graphs and Charts for React Native built with Skia

Home Page:https://margelo.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cant get the pan scrubbing to work even when setting animated to true and enablePanGesture to true

ChaseK30 opened this issue · comments

Cant get the pan scrubbing to work even when setting animated to true and enablePanGesture to true...When clicking and dragging on the app in ios sim nothing seems to be happening

Cant get the pan to work on the example either

How did you solve this?

For future reference: I ran into the same issue and I realized it's due to the panGestureDelay as called out in the README:

panGestureDelay: Set delay for the pan gesture to activate. Set to 0 to start immediately after touch. Defaults to 300.