Skip to content

Commit 75a6102

Browse files
authored
[docs] Add React Native 0.81 to compatibility table (#4007)
## Description We set minimal version for Gesture Handler 3 to 0.82, but Expo SDK was still on RN 0.81. I've checked whether Gesture Handler build on RN 0.81 and added it to compatibility table to avoid multiple questions about support. ## Test plan Check docs. Verified on standalone apps that both versions work.
1 parent 8ec0820 commit 75a6102

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"3.0.0-beta.2": {
3-
"react-native": ["0.82", "0.83", "0.84"]
3+
"react-native": ["0.81", "0.82", "0.83", "0.84"]
44
},
55
"3.0.0-beta.1": {
6-
"react-native": ["0.82", "0.83", "0.84"]
6+
"react-native": ["0.81", "0.82", "0.83", "0.84"]
77
}
88
}

0 commit comments

Comments
 (0)