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 have a published app that I need to eject to get some native functionality - IAP and Payments.
When I run the expo eject command, the project is ejected and after relinking a few dependencies it seems to compile fine - however the problem seems to be running in web. When i run: expo start --web the project builds and opens in the browser and I am met with 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.
This confuses me, because the App.vue file contains the following:
Can I not run an ejected app in web at all? I'm trying to run it simply as a test to confirm that things are working before I get any further. Any help or examples of ejected vue-native apps would be GREATLY appreciated. Thank you!
The text was updated successfully, but these errors were encountered:
I have a published app that I need to eject to get some native functionality - IAP and Payments.
When I run the expo eject command, the project is ejected and after relinking a few dependencies it seems to compile fine - however the problem seems to be running in web. When i run:
expo start --web
the project builds and opens in the browser and I am met with 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.
This confuses me, because the App.vue file contains the following:
Can I not run an ejected app in web at all? I'm trying to run it simply as a test to confirm that things are working before I get any further. Any help or examples of ejected vue-native apps would be GREATLY appreciated. Thank you!
The text was updated successfully, but these errors were encountered: