From e8c38b950f2213fb81506fa5f8e813fbf4ede350 Mon Sep 17 00:00:00 2001 From: Tiago Jacobs Date: Sat, 12 Feb 2022 04:08:39 -0300 Subject: [PATCH] Add instructions on how to run a release version --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 8f8ad03..2e0abf7 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ npx react-native run-ios --simulator="iPhone 13" #### Real device +##### Debug mode + To run this application in a real ios device, you need to run: ```sh @@ -52,6 +54,14 @@ npm install -g ios-deploy npx react-native run-ios --device "iPhone de TDJ" ``` +###### Release mode + +To run a release version of this application in a real ios device, you need to run: + +```sh +npx react-native run-ios --configuration Release --device "iPhone de TDJ" +``` + #### Open project in XCODE To change native code, you can run this command: