Skip to content

Commit 80b2ed7

Browse files
committed
Fix install instruction
the other always fails for me, that's super annoying... Even with the commands below.
1 parent 5be5d83 commit 80b2ed7

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,9 @@ experience.
1313
## Start a Reason React Native project with this template
1414

1515
```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
1717
cd MyApp
1818
```
1919

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-
3120
Now that you are ready to go, you can check our documentation on
3221
[how to use Reason React Native](https://reason-react-native.github.io/en/docs/usage/).

0 commit comments

Comments
 (0)