From 93ffe39b152f68d6e074861a84f88b6915e8827c Mon Sep 17 00:00:00 2001 From: Tiago Jacobs Date: Sat, 12 Feb 2022 03:51:33 -0300 Subject: [PATCH] Add instructions on how to run in a real device --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 60dbc22..8f8ad03 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ npx react-native run-android ### MAC +#### Simulator + To build this application in mac, you need to run: ```sh @@ -38,6 +40,18 @@ npx react-native run-ios --simulator="iPhone 13" ``` +#### Real device + +To run this application in a real ios device, you need to run: + +```sh +#Install package +npm install -g ios-deploy + +#Run +npx react-native run-ios --device "iPhone de TDJ" +``` + #### Open project in XCODE To change native code, you can run this command: