Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ npx @react-native-community/cli init --template @rescript-react-native/template
cd MyApp
```

In case of errors, you can use this workaround to install it.
```console
mkdir MyApp && cd MyApp && npm init -y && npm install react@18.2.0 react-dom@18.2.0 rescript-react-native
```

💖 Your project is setup, you can just check
[how to use _ReScript React Native_](/docs/usage/) right
away!
Expand Down