margelo / react-native-graph

📈 Beautiful, high-performance Graphs and Charts for React Native built with Skia
https://margelo.io
MIT License
2.04k stars 115 forks source link

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

Closed ChaseK30 closed 1 year ago

ChaseK30 commented 1 year ago

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

ChaseK30 commented 1 year ago

Cant get the pan to work on the example either

Joelis57 commented 1 year ago

How did you solve this?

brunohkbx commented 1 year ago

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.