You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CreateNewApp.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
React native projects creating goes with the help of command line interface (`react-native-cli` package). `react-native-desktop` adds a modification to that package to support desktop platform.
5
5
6
6
#### Use modified `react-native-cli` globally
7
-
If all the projects you develop need desktop support, you can install modified command line interface globally by following [these steps](docs/InstallUpdatedReactNativeCLI.md)
7
+
If all the projects you develop need desktop support, you can install modified command line interface globally by following [these steps](./InstallUpdatedReactNativeCLI.md)
8
8
9
9
After that you create a new project:
10
10
```sh
@@ -47,4 +47,4 @@ Compilation of desktop project will start. When it finished and app run you can
47
47
**Note:** On non-macOS systems, `npm start` and `node ubuntu-server.js` will be executed automatically by the above command
48
48
49
49
50
-
**If you want to know why you had to start bundler and js server** - check the doc on [how react-native-desktop works internally](docs/HowRNDesktopAppWorks.md)
50
+
**If you want to know why you had to start bundler and js server** - check the doc on [how react-native-desktop works internally](./HowRNDesktopAppWorks.md)
0 commit comments