Reputation: 681
I've opened multiple iOS simulators (e.g. an iPhone XS and an iPhone X). Now, whenever I run react-native run-ios
, all the simulators launch. How can I change this so only a single simulator launches when I run react-native run-ios
?
Upvotes: 0
Views: 422
Reputation: 734
When all simulators are opened just close one by one hitting CMD+W
. The next time you run it you should only have one.
Upvotes: 2