Skip to content

Commit d9d4adb

Browse files
authored
docs: fix path in script example (facebook#3302)
1 parent 10f26e9 commit d9d4adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/new-architecture-library-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ While this generated native interface code **will not ship as part of your libra
5050

5151
```sh
5252
cd <path/to/your/app>
53-
node node_modules/react_native/scripts/generate-artifacts.js \
53+
node node_modules/react-native/scripts/generate-artifacts.js \
5454
--path <your app>/ \
5555
--outputPath <an/output/path> \
5656
```

0 commit comments

Comments
 (0)