Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nandorojo/moti
Browse files Browse the repository at this point in the history
  • Loading branch information
nandorojo committed Nov 23, 2022
2 parents 356f62e + d17800e commit 05428ad
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 05428ad

@vercel
Copy link

@vercel vercel bot commented on 05428ad Nov 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.