From 0b7861e80db24db5b774a3d96512b2d09b9c3450 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Wed, 19 Oct 2022 10:43:41 +0200 Subject: [PATCH] Update docs/new-architecture-app-intro.md --- docs/new-architecture-app-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/new-architecture-app-intro.md b/docs/new-architecture-app-intro.md index f8c285f5991..8fafc8ec93c 100644 --- a/docs/new-architecture-app-intro.md +++ b/docs/new-architecture-app-intro.md @@ -48,7 +48,7 @@ After upgrading the project, there are a few changes you need to apply: + platform :ios, '12.4' ``` -2. Create an `.xcode.env` file to export the location of the NODE_BINARY. Navigate to the `ios` folder and run this command: +2. Create a `.xcode.env` file to export the location of the NODE_BINARY. Navigate to the `ios` folder and run this command: ```sh echo 'export NODE_BINARY=$(command -v node)' > .xcode.env