Expo项目 通过EAS update发布

https://docs.expo.dev/eas-update/getting-started/

Expo项目 通过EAS update发布_第1张图片

eas update --branch [branch] --message [message]

eas update --branch preview --message "Updating the app"

Expo项目 通过EAS update发布_第2张图片

 

eas_update.bat

set REACT_APP_MODE=prod
call eas update --branch preview --message "1"
echo prod success
pause

Expo项目 通过EAS update发布_第3张图片

 Expo项目 通过EAS update发布_第4张图片

https://expo.dev/%40xutongbao/my-app?serviceType=eas&distribution=expo-go&scheme=&channel=preview&sdkVersion=49.0.0 

Expo项目 通过EAS update发布_第5张图片

Expo项目 通过EAS update发布_第6张图片

 

在苹果手机上使用Safari浏览器打开:

https://expo.dev/%40xutongbao/my-app?serviceType=eas&distribution=expo-go&scheme=&channel=preview&sdkVersion=49.0.0

Expo项目 通过EAS update发布_第7张图片

Expo项目 通过EAS update发布_第8张图片

确保手机已经按装Expo Go

Expo项目 通过EAS update发布_第9张图片

Expo项目 通过EAS update发布_第10张图片

 Expo项目 通过EAS update发布_第11张图片

参考链接:

https://chat.xutongbao.top/

你可能感兴趣的:(web前端,前端,javascript,开发语言)