cli
cli copied to clipboard
add support for `react-native run-ios --simulator booted`
trafficstars
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
https://github.com/facebook/react-native/issues/34057
Sounds like a nice feature to have 👍🏼
There hasn't been any activity on this issue in the past 3 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 7 days.
Fixed by #1756