Skip to content

Commit

Permalink
docs: fix path in script example (#3302)
Browse files Browse the repository at this point in the history
  • Loading branch information
vonovak committed Sep 7, 2022
1 parent 10f26e9 commit d9d4adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/new-architecture-library-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ While this generated native interface code **will not ship as part of your libra

```sh
cd <path/to/your/app>
node node_modules/react_native/scripts/generate-artifacts.js \
node node_modules/react-native/scripts/generate-artifacts.js \
--path <your app>/ \
--outputPath <an/output/path> \
```
Expand Down

0 comments on commit d9d4adb

Please sign in to comment.