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!