- Node 10+
- Install expo client
npm install expo-cli --global
- Install packages (root folder of project)
cd src/ npm install
npm run start # Expo Client Only :19002
- Go to URL provided usually
http://localhost:19002/
- Open Expo app in your device (or download it)
Note: it could be either Android or iOS
- Scan the QR code
- That's it! Start coding! 🚀