Skip to content

Commit

Permalink
chore: add info about current compatibility (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
draggie committed Aug 26, 2024
1 parent a088830 commit 3e4ce20
Showing 1 changed file with 7 additions and 6 deletions.
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

0 comments on commit 3e4ce20

Please sign in to comment.