Describe the Feature
react-native run-ios --simulator booted should use the simulator that is already booted.
simctl has this alias namedbooted that will replace with whatever udid the booted simulator has.
react-native run-ios --simulator booted gives error No simulator available with name "booted".
Possible Implementations
Related Issues
facebook/react-native#34057