In this video I will be explaining how you can actually host your react native expo app as a website and for free without any cost.
The commands used for installation
1- To install expo
npm install --global expo-cli
2- To create new expo app
expo init my-app
3- To install vercel cli
npm i -g vercel
4- To create the production build for expo app
expo build:web
5- To host the app through vercel
Navigate to the production build folder through
cd web-build
And then enter the command
vercel
And then follow the steps as illustrated in the video.
This is the hosted url of the app
1) https://sampleapp-five.vercel.app/
2) Also this app is hosted through vercel https://adtp.vercel.app/
You can connect with me at
https://github.com/Muhammad-Bilal-7896/
/ muhammad-bilal-028843199
#reactnativedevelopment #reactnativeexpo #vercel #vercelcli #hostingweb