Skip to content

Commit 0f29b54

Browse files
committed
Add RN compatibility table
1 parent df38b37 commit 0f29b54

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ This library provides an API that exposes mobile platform specific native capabi
1212

1313
## Installation
1414

15+
### Supported configurations
16+
17+
Before instaling please check the following table to find which library version is compatible with React Native version you are using:
18+
19+
| React Native version | React Native Gesture Handler version | Notes |
20+
| --- | --- | --- |
21+
| v0.50+ | **latest** | |
22+
| v0.47 - v0.49 | 1.0.0-alpha.29 | Breaking changes explained and fixed in [#44](https://github.com/kmagiera/react-native-gesture-handler/pull/44) |
23+
| pre v0.47 | **Not supported** |
24+
25+
26+
1527
I. First install the library from npm repository using `yarn`:
1628
```bash
1729
yarn add react-native-gesture-handler

0 commit comments

Comments
 (0)