Skip to content
Merged
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ Throughout this document when we refer to classes or methods prefixed with `Anim

I. First install the library from npm repository using `yarn`:
```bash
yarn add react-native-gesture-handler
yarn add react-native-reanimated
```

II. Link native code with `react-native` cli:
```bash
react-native link react-native-gesture-handler
react-native link react-native-reanimated
```

III. When you want to use "reanimated" in your project import it from `react-native-reanimated` package:
Expand Down