Added note about using version < 7 for react-native < 0.25

This commit is contained in:
Jean Regisser
2016-05-12 12:52:45 +02:00
parent 6250713d08
commit 716e26bb4e

View File

@@ -19,6 +19,8 @@ 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"`
## Usage
```jsx