You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did the installation as the documentation teaches using expo, but when running 'npm start' command, the page returned the following error:
Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.
I was only able to use it by taking the example template, configuring it as the documentation asks for it and viewing it from the web it doesn't work at all. I gave up the library
I did the installation as the documentation teaches using expo, but when running 'npm start' command, the page returned the following error:
Error: Element 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
ExpoRootComponent
.I googled a tutorial to see if I wasn't doing anything wrong, and the steps I took are exactly what the guy in this video did.
https://www.youtube.com/watch?v=Fi79m1Pyf8w&ab_channel=mell0w
The text was updated successfully, but these errors were encountered: