Skip to content

Commit

Permalink
Fix install instruction
Browse files Browse the repository at this point in the history
the other always fails for me, that's super annoying... Even with the commands below.
  • Loading branch information
MoOx committed Jan 29, 2020
1 parent 5be5d83 commit 80b2ed7
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,9 @@ experience.
## Start a Reason React Native project with this template

```console
npx react-native init MyApp --template @reason-react-native/template
npx @react-native-community/cli init MyApp --template @reason-react-native/template
cd MyApp
```

⚠️ In case you got an error saying it's looking for
`react-native-template-reason-react-native-template`, be sure to have
uninstalled any previous react-native-cli version & rely on `npx`

```console
npm -g uninstall react-native
npm -g uninstall react-native-cli
yarn global remove react-native
yarn global remove react-native-cli
```

Now that you are ready to go, you can check our documentation on
[how to use Reason React Native](https://reason-react-native.github.io/en/docs/usage/).

0 comments on commit 80b2ed7

Please sign in to comment.