Skip to content

Commit edab187

Browse files
authored
Update compatibility table for Gesture Handler 3 beta (#3955)
## Description This PR updates compatibility table in docs, as well as `README` in the root of the repository. ## Test plan Look at the compatibility table in docs
1 parent 77fa524 commit edab187

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ You will need to have an Android or iOS device or emulator connected.
3333

3434
`react-native-gesture-handler` supports the three latest minor releases of `react-native`.
3535

36+
### Gesture Handler 3
37+
38+
Check out our [compatibility table](https://docs.swmansion.com/react-native-gesture-handler/docs/fundamentals/installation#requirements) in documentation.
39+
40+
> [!IMPORTANT]
41+
> Minimal supported `react-native` version for Gesture Handler 3 is `0.82`
42+
43+
### Gesture Handler 2
44+
3645
| version | react-native version |
3746
| ------- | -------------------- |
3847
| 2.28.0+ | 0.79.0+ |
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"3.0.0": {
3-
"react-native": ["?"]
2+
"3.0.0-beta.1": {
3+
"react-native": ["0.82", "0.83"]
44
}
55
}

0 commit comments

Comments
 (0)