ReactNative用指定的设备/模拟器运行项目

IOS

命令行中React native项目目录下键入react-native run-ios会启动iOS模拟器,

默认是使用iPhone6,如果想要试用其他版本的模拟器则需要在react-native run-ios后携带参数–simulator

simulator后指定模拟器的名字,注意需要添加双引号

例如启动iPhone7

react-native run-ios --simulator "iPhone 7 Plus''

查看当前可用的所有设备/模拟器列表:

在终端中输入xcrun simctl list devices


Android



Thank you for sharing your talent as a free resource online.

你可能感兴趣的:(ReactNative用指定的设备/模拟器运行项目)