跟随链接
https://github.com/expo/exp#viewing-a-project-on-your-phone
https://github.com/react-community/create-react-native-app/blob/master/VERSIONS.md
在iPhone 2.4.2版本的应用程序中安装了最新的expo版本。他们放弃了二维码扫描仪。面临iPhone的问题无法运行react本机应用程序
1. exp login
2. exp start
3. exp send
4. given mobile number with country code (+91)
" expo发送"向移动设备发送一个链接。虽然iPhone和Mac都连接到同一网络。我无法打开该应用。
获得
答案 0 :(得分:2)
在终端中,更新了“exp”版本,最新版本为:51.4.0
"sudo npm i -g exp"
然后
1. exp login
2. exp start
3. exp send -s <phone number with country code(+91) or mail>
4. In mobile, open the link that received through mail or mobile number
第一次尝试expo app崩溃但第二次成功打开时不确定。
答案 1 :(得分:0)
这就是我所做的,它的工作原理