Expo项目 通过EAS update发布

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

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

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

 

eas_update.bat

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

 

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

 

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

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

确保手机已经按装Expo Go

 

参考链接:

https://chat.xutongbao.top/

posted @ 2023-11-19 16:23  徐同保  阅读(5)  评论(0编辑  收藏  举报  来源