Skip to content

Commit

Permalink
Fix typo in New Architecture Intro (facebook#3374)
Browse files Browse the repository at this point in the history
Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
  • Loading branch information
telmen and Simek committed Oct 19, 2022
1 parent 262ff68 commit df492ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/new-architecture-app-intro.md
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 locaion 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 df492ce

Please sign in to comment.