Skip to content

Commit

Permalink
List compatible versions of RN
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanregisser committed May 27, 2016
1 parent d944b69 commit b648ba8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ It is a drop-in replacement for [Slider](http://facebook.github.io/react-native/
npm i --save react-native-slider
```

**Note:** For react-native < 0.25 use `npm i --save "react-native-slider@<0.7"`
**Note:** I try to maintain backward compatibility of this component with previous versions of React Native, but due to the nature of the platform, and the existence of breaking changes between releases, it is possible that you need to use a specific version of this component to support the exact version of React Native you are using. See the following table:

| React Native version(s) | Supporting react-native-slider version(s) |
|-------------------------|-------------------------------------------|
| <0.25.0 | <0.7.0 |
| v0.25.x | v0.7.x |
| v0.26.0+ | v0.8.x |

## Usage

Expand Down

0 comments on commit b648ba8

Please sign in to comment.