Skip to content

Commit 3e4ce20

Browse files
authored
chore: add info about current compatibility (#626)
1 parent a088830 commit 3e4ce20

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,13 @@ import Slider from '@react-native-community/slider';
7272
To use this library you need to ensure you are using the correct version of React Native.
7373

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

8283

8384
## Properties

0 commit comments

Comments
 (0)