美文网首页
Expo + ReactNative 如何分享二维码让别人扫描

Expo + ReactNative 如何分享二维码让别人扫描

作者: Poppy11 | 来源:发表于2022-09-26 13:41 被阅读0次

网上查询了资料,发现比较乱,自己整理一篇。

1、登录Expo注册账号

https://expo.dev/signup,登录此网站注册账户

2、安装ESA CLI

npm install -g eas-cli

3、登录Expo账号

eas login

4、配置项目

eas build:configure

5、更新项目,发布到Expo Updates模块

npx eas update:configure
npx eas update

6、然后控制台会输出URL,打开URL,就可以扫描安卓或者苹果的二维码

相关文章

网友评论

      本文标题:Expo + ReactNative 如何分享二维码让别人扫描

      本文链接:https://www.haomeiwen.com/subject/sbvfartx.html