We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ffc00 commit 6069f5dCopy full SHA for 6069f5d
docs/CreateNewApp.md
@@ -6,12 +6,12 @@
6
7
#### Create react native project
8
```sh
9
-npx react-native init MyProject --version 0.60.6
+npx react-native init DesktopSampleApp --version 0.60.6
10
```
11
12
#### Add desktop support by invoking `react-native-desktop-qt-init` package
13
14
-cd MyProject
+cd DesktopSampleApp
15
npx https://github.com/vkjr/react-native-desktop-qt-init.git
16
17
This command will add `react-native-desktop-qt` package to your project and generate `desktop` folder with desktop project files.
0 commit comments