kiddkai / react-native-gestures

Composable React Native Gestures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elemet type is invalid: expected a string(for built in components) or a class/function (for composite components) but got : object

SteveIb opened this issue · comments

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 , 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?

commented

+1

I am working on a refactor which should fix this issue: #30

Hey, Is this one solved Already?