Skip to content

Commit 6069f5d

Browse files
authored
Update CreateNewApp.md
1 parent 84ffc00 commit 6069f5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/CreateNewApp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
#### Create react native project
88
```sh
9-
npx react-native init MyProject --version 0.60.6
9+
npx react-native init DesktopSampleApp --version 0.60.6
1010
```
1111

1212
#### Add desktop support by invoking `react-native-desktop-qt-init` package
1313
```sh
14-
cd MyProject
14+
cd DesktopSampleApp
1515
npx https://github.com/vkjr/react-native-desktop-qt-init.git
1616
```
1717
This command will add `react-native-desktop-qt` package to your project and generate `desktop` folder with desktop project files.

0 commit comments

Comments
 (0)