0

Every time I run react-native run-ios my project starts by default on iPhone 11.

How can I load my app on a different simulator model?

1

1 Answer 1

1

You can add --simulator flag to change your device model. For example:

react-native run-ios --simulator="iPhone 13"

Run xcrun simctl list devices to get a list of available devices

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.