react-native-gestures
react-native-gestures copied to clipboard
Elemet type is invalid: expected a string(for built in components) or a class/function (for composite components) but got : object
Hi,
I donwloaded the library and added it, I only added the exmaple to my code, it didn't work. I tried to add only <GestureView/>, but still the same problem.
Elemet type is invalid: expected a string(for built in components) or a class/function (for composite components) but got : object. Check the render method of 'MyProj'.
Regards,
same issue
same issue
Maybe is React.createClass is no longer supported. Use a plain JavaScript class instead. case?
+1
I am working on a refactor which should fix this issue: https://github.com/kiddkai/react-native-gestures/pull/30
Hey, Is this one solved Already?