johanneslumpe / react-native-gesture-recognizers

Gesture recognizer decorators for react-native
MIT License
366 stars 55 forks source link

Transform with key of "translateX" must be a number: #8

Open ssomnoremac opened 8 years ago

ssomnoremac commented 8 years ago

Using the pannable example I'm getting this:

Transform with key of "translateX" must be a number:
 {"translateX":
     {"_children":[],"_value":0,"_startingValue":0,"_offset":0,"_animation":null,"_listeners": {}}
 }
johanneslumpe commented 8 years ago

@ssomnoremac Originally this was just a proof of concept - I haven't tested it against any of the new react native versions, since I currently have no spare time to work on it. So I'm not sure when/if I get the time to look into this ;/

bendellarocco commented 7 years ago

+1

zhiyingzzhou commented 7 years ago

your view must be set to Animated.View

yddmgirl commented 5 years ago

your view must be set to Animated.View

Thank you very much!

rknyra commented 4 years ago

your view must be set to Animated.View

Thank you!!!

faz919 commented 2 years ago

What if I do have my view as an Animated.View, but I'm still getting this error?