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
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,13 @@ import Slider from '@react-native-community/slider';
To use this library you need to ensure you are using the correct version of React Native.

| `@react-native-community/slider` version | Required React Native Version |
| ---------------------------------------- | ----------------------------- |
| `4.3.0` | `>=0.64` |
| `4.x.x` | `>=0.60`; `>=0.62` (on Windows); |
| `3.1.x` | `>=0.60` |
| `2.x.x` | `>= 0.60` |
| [`1.x.x`](https://github.com/react-native-community/react-native-slider/tree/937f0942f1fffc6ed88b5cf7c88d73b7878f00f0) | `<= 0.59` |
| ---------------------------------------- | ---------------------------- |
| `4.5.1` | `>=0.69` |
| `4.3.0` | `>=0.64` |
| `4.x.x` | `>=0.60`; `>=0.62` (on Windows); |
| `3.1.x` | `>=0.60` |
| `2.x.x` | `>= 0.60` |
| [`1.x.x`](https://github.com/react-native-community/react-native-slider/tree/937f0942f1fffc6ed88b5cf7c88d73b7878f00f0) | `<= 0.59` |


## Properties
Expand Down
Loading