reactnativecn / react-native-website

React Native 中文网
https://reactnative.cn
MIT License
216 stars 328 forks source link

文档内容或许需要更新 #551

Closed luyuhong0329 closed 2 years ago

luyuhong0329 commented 2 years ago

近几天在学习react-native时,初始化项目时会,发现直接yarn ios并不能直接打包,而是需要yarn start进行Start Metro之后才能yarn ios,项目才能正常跑起来,请问这是需要更新了么?

sunnylqm commented 2 years ago

yarn ios 就应该能正常跑起来(自动启动metro),不需要额外手动启动metro

如果不能,就是哪里有问题(从你的描述无法判断)

---原始邮件--- 发件人: @.> 发送时间: 2022年1月19日(周三) 下午4:35 收件人: @.>; 抄送: @.***>; 主题: [reactnativecn/react-native-website] 文档内容或许需要更新 (Issue #551)

近几天在学习react-native时,初始化项目时会,发现直接yarn ios并不能直接打包,而是需要yarn start进行Start Metro之后才能yarn ios,项目才能正常跑起来,请问这是需要更新了么?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

luyuhong0329 commented 2 years ago

可能与我操作不当有关系,莫名其妙又好了,谢谢回答