https://docs.expo.dev/get-started/set-up-your-environment/

#Configure the file
eas build:configure
#Create the build
eas device:create
#Build the app 
eas build --platform ios --profile development
#Start the app
npx expo start

Tutorial intro

https://docs.expo.dev/tutorial/introduction/