Make sure install eas CLI globally
(1) When you try expo publish to push your project to Expo, and it'll show this
Text
Solution is to install eas-cli, I am using eas-cli/4.1.2 More docs here EAS Submit - Expo Documentation
Shell
(2) Init you project with eas CLI
XXX-YYY-ZZZ is your EAS projectId, You can find or create EAS projectId on Dashboard — Expo
Shell
Eas-Cli add app.json to your project automatically
JSON
Publish to Expo host
(1) You need to login first
Shell
(2) publish to Expo host
Shell
Your app.json will update like this
JSON
Finally
- Insall
Expo Goapp on your phone - Open expo.dev website find your project
- Your-project
- Overview
- Update
- Choose your phone system ( preview button to show QR code )
- Use your phone scan the QR code
PS: If your phone scan different system QR code, the Expo Go app might crash
welcome to star :) demo-github