Skip to content

Commit

Permalink
docs(readme): requires reanimated
Browse files Browse the repository at this point in the history
Changes made:
- Added react-native-reanimated docs
  • Loading branch information
Aswin Lakshmanan committed Feb 18, 2023
1 parent 904fc78 commit f1e0ae9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ A highly customizable vertical slider component for React Native using React Nat

## :inbox_tray: Installation

You can install this package using either Yarn or NPM.

You can install this package using either Yarn or NPM.
### <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/db/Npm-logo.svg/1200px-Npm-logo.svg.png" alt="Alt text" width="50">

```bash
Expand All @@ -20,6 +19,9 @@ npm install rn-vertical-slider
yarn add rn-vertical-slider
```

**rn-vertical-slider** requires [react-native-reanimated](https://docs.swmansion.com/react-native-reanimated/) to be installed, which is a peer dependency. This is a breaking change from version 2 to version 3.


## :bulb: Usage

```bash
Expand Down

0 comments on commit f1e0ae9

Please sign in to comment.