npm install -g eas-cli
eas build:configure
Note: You may see a message saying "... cannot be loaded because running scripts is disabled on this system" appear.
Set-ExecutionPolicy RemoteSigned
eas build:configure
Set-ExecutionPolicy Restricted
eas build --platform android --profile development
Details information: https://docs.expo.dev/get-started/set-up-your-environment/?mode=development-build
yarn install
npx expo start