Le périphérique iOS exécute le fil

# First list devices (the phisical devices will appear on the top of the list)
xcrun instruments -s devices
# Using Device Name
react-native run-ios --device "Kool's iPhone"
# Using UDID
react-native run-ios --udid 0412e2c2******51699
GutoTrosla