Skip to content

Commit

Permalink
Update supported RN versions (#2849)
Browse files Browse the repository at this point in the history
## Description

Changes introduced in #2597, which were released in 2.16.0, made GestureHandler not compatible with React Native versions below 0.68. This PR updates our compatibility tables in documentation and `README`.

Closes #2845 

## Test plan

Run docs.
  • Loading branch information
m-bert authored Apr 4, 2024
1 parent 611e7cc commit d2a464a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ You will need to have an Android or iOS device or emulator connected as well as

| version | react-native version |
| ------- | -------------------- |
| 2.16.0+ | 0.68.0+ |
| 2.14.0+ | 0.67.0+ |
| 2.10.0+ | 0.64.0+ |
| 2.0.0+ | 0.63.0+ |
Expand Down
1 change: 1 addition & 0 deletions docs/docs/fundamentals/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ sidebar_position: 2

| version | `react-native` version |
| --------- | ---------------------- |
| 2.16.0+ | 0.68.0+ |
| 2.14.0+ | 0.67.0+ |
| 2.10.0+ | 0.64.0+ |
| 2.0.0+ | 0.63.0+ |
Expand Down

0 comments on commit d2a464a

Please sign in to comment.