gpt4 book ai didi

react-native - 默认使用 React Native 打开 iOS iPad 模拟器

转载 作者:行者123 更新时间:2023-12-04 05:00:09 26 4
gpt4 key购买 nike

默认情况下,当您测试 React Native 应用程序时,模拟器是 iPhone。
我知道有 --simulator 标志:

react-native run-ios --simulator 'iPad 2'

好的,但是如何在没有此标志的情况下默认模拟 ipad...

谢谢 !

最佳答案

您也可以使用 package.json 的“脚本”部分:

"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"ipad": "react-native run-ios --simulator 'iPad Air'"
}

然后运行: npm run ipad

关于react-native - 默认使用 React Native 打开 iOS iPad 模拟器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38228169/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com