Vercel Deployment only showing index.js instead of application

94 Views Asked by At

After deploying app on vercel using the vercel command

Only this Shows up

import { registerRootComponent } from 'expo';

import App from './App';

// registerRootComponent calls AppRegistry.registerComponent('main', () => App); // It also ensures that whether you load the app in Expo Go or in a native build, // the environment is set up appropriately registerRootComponent(App);

im using node 18, tried node 16 but still the same results, please help, is it a bug or am i doing something wrong

im using node 18, tried node 16 but still the same results, please help, is it a bug or am i doing something wrong

0

There are 0 best solutions below