Running multiple iOS simulators with React Native
Apr 20, 2021
in your vs code open the terminal.
you can below command in terminal
npx react-native run-ios --simulator="iPhone X"
and open another terminal
npx react-native run-ios --simulator="iPhone 12"
iPad
• iPad Pro (12.9-inch) 4th generation
npx react-native run-ios --simulator="iPad Pro (12.9-inch) (4th generation)"
• iPad Air (3rd generation)
npx react-native run-ios --simulator="iPad Air (3rd generation)"
• iPad (7th generation)
npx react-native run-ios --simulator="iPad (8th generation)"