I am trying to launch a react native app, created with create-react-native-app, however I do not want it to launch in the iPhone 6.
How can I change the device? All docs I can find give advice on apps created with react-native init.
npm run ios -- --simulator="iPhone X"
does not seem to work