Skip to content

Commit 3ebcd98

Browse files
authored
Update versions in compatibility tables (#3424)
## Description This PR updates minimal required version of `react-native` in compatibility tables. It also adds note about supporting 3 latest RN versions. ## Test plan
1 parent 5b29e9d commit 3ebcd98

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,11 @@ You will need to have an Android or iOS device or emulator connected.
3535

3636
## React Native Support
3737

38+
`react-native-gesture-handler` supports the three latest minor releases of `react-native`.
39+
3840
| version | react-native version |
3941
| ------- | -------------------- |
42+
| 2.24.0+ | 0.75.0+ |
4043
| 2.21.0+ | 0.74.0+ |
4144
| 2.18.0+ | 0.73.0+ |
4245
| 2.16.0+ | 0.68.0+ |

docs/docs/fundamentals/installation.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,17 @@ import TabItem from '@theme/TabItem';
99

1010
## Requirements
1111

12-
| version | `react-native` version |
13-
| --------- | ---------------------- |
14-
| 2.21.0+ | 0.74.0+ |
15-
| 2.18.0+ | 0.73.0+ |
16-
| 2.16.0+ | 0.68.0+ |
17-
| 2.14.0+ | 0.67.0+ |
18-
| 2.10.0+ | 0.64.0+ |
19-
| 2.0.0+ | 0.63.0+ |
12+
`react-native-gesture-handler` supports the three latest minor releases of `react-native`.
13+
14+
| version | `react-native` version |
15+
| ------- | ---------------------- |
16+
| 2.24.0+ | 0.75.0+ |
17+
| 2.21.0+ | 0.74.0+ |
18+
| 2.18.0+ | 0.73.0+ |
19+
| 2.16.0+ | 0.68.0+ |
20+
| 2.14.0+ | 0.67.0+ |
21+
| 2.10.0+ | 0.64.0+ |
22+
| 2.0.0+ | 0.63.0+ |
2023

2124
In order to fully utilize the [touch events](/docs/gestures/touch-events/) you also need to use `react-native-reanimated` 2.3.0 or newer.
2225

0 commit comments

Comments
 (0)