Reagieren Sie native run iOS auf einem bestimmten Simulator
npx react-native run-ios --simulator="iPhone SE (1st generation)"
# list devices
xcrun simctl list devices
GutoTrosla