When running a react native application the device simulator for some reason always defaults to iPhone 6, part of the output:
$ react-native run-ios
Found Xcode project AwesomeProject.xcodeproj
Launching iPhone 6 (9.3)...
The device can be changed only through Hardware>Device menu once the simulator is running.
I have set up Xcode to use an older iPhone version inside the simulator, but it works only inside the IDE and not in CLI.
How to change the default iOS device when running through react-native in CLI?
