I just made a vue-native project using vue-native init henry-pager and then CDd into the directory and ran expo start to start the online builder gui thingy. When I try and run it in the web - it gives this 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`.
Please help, I just made this vue-native project and started it and don't know what to do now!
Even if you use Expo, you should start the project by the following command:
npm startinstead ofexpo startThe steps that works for me.
Step 0: Install vue-native-cli
Step 1: Install Expo CLI globally
Step 2: Create a new project using the CLI’s init command
Now
cdinto the newly created directory and start the development server.