expo start --dev-client
download and unzip, then drag it to your ios simulator.
cd Example
yarn install
# build android apk
eas build -p android --profile development
# build ios app for simulator
eas build -p ios --profile development
then download and unzip, and drag it to your simulator.
And don't forget yarn start