Expo项目 通过EAS update发布
  KvevbRuwqC1X 2023年12月15日 21 0


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

Expo项目 通过EAS update发布_javascript

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

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

Expo项目 通过EAS update发布_javascript_02

 

eas_update.bat

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

Expo项目 通过EAS update发布_javascript_03

 

Expo项目 通过EAS update发布_javascript_04

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

Expo项目 通过EAS update发布_javascript_05

Expo项目 通过EAS update发布_前端_06

 

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

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

Expo项目 通过EAS update发布_开发语言_07

Expo项目 通过EAS update发布_Go_08

确保手机已经按装Expo Go

Expo项目 通过EAS update发布_前端_09

Expo项目 通过EAS update发布_前端_10

 

Expo项目 通过EAS update发布_javascript_11


【版权声明】本文内容来自摩杜云社区用户原创、第三方投稿、转载,内容版权归原作者所有。本网站的目的在于传递更多信息,不拥有版权,亦不承担相应法律责任。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@moduyun.com

  1. 分享:
最后一次编辑于 2023年12月15日 0

暂无评论

推荐阅读
  uGYzDadp0Cs7   2024年04月18日   58   0   0 Go
  hyrB1Ag4eVs8   2024年04月15日   38   0   0 Go
  YFCZjJLTjJgW   17天前   21   0   0 Go
  uGYzDadp0Cs7   2024年04月16日   94   0   0 Go
KvevbRuwqC1X