Skip to content

Commit

Permalink
Update docs/new-architecture-app-intro.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek committed Oct 19, 2022
1 parent cc33d74 commit 0b7861e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/new-architecture-app-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b7861e

Please sign in to comment.