software-mansion / react-native-gesture-handler

Declarative API exposing platform native touch and gesture system to React Native.
https://docs.swmansion.com/react-native-gesture-handler/
MIT License
6.12k stars 980 forks source link

PanGesture Not working. Error #1025

Closed Only-IceSoul closed 4 years ago

Only-IceSoul commented 4 years ago

Error: Expected 'onGestureHandlerEvent' listener to be a function, instead got a value of object type.

i am using the same code from here: https://software-mansion.github.io/react-native-gesture-handler/docs/handler-pan.html

Only-IceSoul commented 4 years ago

not working with event. javascript vanilla

timbrandin commented 4 years ago

I'm also getting this! version 1.6.1

8ui commented 4 years ago

Use Animated.View component

jakub-gonet commented 4 years ago

Please provide a code example which is crashing.

Closing until more info is given.