2

I am working on a mac and I connect an extra screen. When I run react-native run-ios from my terminal, the simulator appears in my main screen (probably because that's the one focused when I run the command ), and it's zoomed out to 33%.

This answer: https://stackoverflow.com/a/27856936/3001617 partially solves my problem, but the size is set top 50% according to the main screen I am using.

Is there a way to open the simulator automatically in the secondary screen and set a default zoom view of the simulator according to that screen?

Thanks!

gianni
  • 1,199
  • 2
  • 14
  • 28
  • Possible duplicate of [Adjusting the XCode iPhone simulator scale and size](https://stackoverflow.com/questions/18606926/adjusting-the-xcode-iphone-simulator-scale-and-size) – Michael Cheng Jun 28 '17 at 15:31
  • thanks @MichaelCheng, that question certainly helps, but I edited my question because I have a slightly different issue. – gianni Jun 28 '17 at 15:53

1 Answers1

1

With Xcode 9-iOS 11 simulator, you can pick & drag any corner of simulator to resize it and set it according to your requirement.

Look at this snapshot.

enter image description here

Krunal
  • 77,632
  • 48
  • 245
  • 261