react-native-gesture-recognizers
react-native-gesture-recognizers copied to clipboard
Transform with key of "translateX" must be a number:
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": {}}
}
@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 ;/
+1
your view must be set to Animated.View
your view must be set to Animated.View
Thank you very much!
your view must be set to Animated.View
Thank you!!!
What if I do have my view as an Animated.View, but I'm still getting this error?