how to change simulator devices

How to change smulator if open simulator from file<developer options<simulator i want to run my react nattive app on iphone 8 but it opening bydefault on iphone x

Replies

@ted007 do the following. Steps:

  1. open the simulator
  2. click on "File" from the top menu items
  3. after step 2, find "Open Simulator" among the dropdown options, then click it
  4. your list of simulators will show with the default one mark(check).
  5. select another from the list and it will automatically make it the default one.

Note: if you are on a React-native project, you will need to re-run the build for it to open correctly.

I hope this helps.