Getting blank screen after Ejecting EXPO

Hi…
I ejected the expo using the following command

expo eject 

and the Expo has been successfully ejected…

found 14 vulnerabilities (13 low, 1 moderate)
  run `npm audit fix` to fix them, or `npm audit` for details


Ejected successfully!

Before running your app on iOS, make sure you have CocoaPods installed and initialize the project:

  cd ios
  pod install

Then you can run the project:

  npm run android
  npm run ios

After executed the following commands…

npm run android (or) react-native run-android 
react-native start

I’m just getting the Empty screen…

image

Please help me the procedures to be performed after ejecting Expo…

Thanks in advance…

Hi…
I also tried the topic about ejecting the Expo. And made some simple modifications according to the topic…

And i’m getting the following error…

Please help suggest me to resolve the issue…

Thanks in advance…

Hi…
Now i added the following dependency to remove the error…

npm install --save-dev react-native-typescript-transformer

And changed the metro.config.js to the following…

module.exports = {
    transformer: {
        babelTransformerPath: require.resolve('react-native-typescript-transformer'),
    }
}

snapshot
Now, i am getting the above error…
I have tried all the steps as they mentioned… But still getting the error…

Hi…
The App works when i execute the command in a seperate command prompt

npm run android

and the following command in another command prompt

npm start

Now my problem is I’m unable to login to the application after i eject the app.

I have change the .env file to the IP address and have created a role for rest api and given all required permissions, but the I’m getting the Server error.

It login successfully with Expo and react.js front end, but not logging in with the the Ejected app.

Ideas and suggestion can be very helpful…

Thanks…