File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -13,20 +13,9 @@ experience.
13
13
## Start a Reason React Native project with this template
14
14
15
15
``` console
16
- npx react-native init MyApp --template @reason-react-native/template
16
+ npx @ react-native-community/cli init MyApp --template @reason-react-native/template
17
17
cd MyApp
18
18
```
19
19
20
- ⚠️ In case you got an error saying it's looking for
21
- ` react-native-template-reason-react-native-template ` , be sure to have
22
- uninstalled any previous react-native-cli version & rely on ` npx `
23
-
24
- ``` console
25
- npm -g uninstall react-native
26
- npm -g uninstall react-native-cli
27
- yarn global remove react-native
28
- yarn global remove react-native-cli
29
- ```
30
-
31
20
Now that you are ready to go, you can check our documentation on
32
21
[ how to use Reason React Native] ( https://reason-react-native.github.io/en/docs/usage/ ) .
You can’t perform that action at this time.
0 commit comments