diff --git a/docs/docs/installation.md b/docs/docs/installation.md index 85a3116..590f295 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -15,8 +15,16 @@ If you're starting a project from scratch, or just want to play around, you can First, install `moti` in your app: -```bash npm2yarn -npm install moti +### yarn + +```sh +yarn add moti +``` + +### npm + +```sh +npm i moti --legacy-peer-deps ``` ## Install Reanimated 2