Black Friday Sale Upgrade Your Home →

Run a React Native App on an iOS Device

Run a React Native App on an iOS Device

Our app runs in the iOS simulator but now we’ll finally run it on a device! For iOS, our app can be run on a connected device directly from xCode.

Running on physical iOS device

  • Plug physical device in with USB
  • Open project in Xcode
  • Select device in simulator dropdown menu
  • Enure you are logged in to your Apple Developer Account and click the play button to launch app on device

🐦   Previous   💼   Next