Run the command
npx create-expo-app@latest -t
Install the dependencies and Run the App
npm i && npm run start
Scan the QR using camera with Expo Go already installed.
npx expo start --tunnel
Install the eas-cli
npm i -g eas-cli
Login to your EAS Account, after signing up in the website: https://expo.dev/
eas login
To get the .apk file.
eas build --profile preview --platform android
It takes time to build in the cloud, after the process link will be present in your terminal/website
-profile preview