File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,18 @@ This library provides an API that exposes mobile platform specific native capabi
12
12
13
13
## Installation
14
14
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
+
15
27
I. First install the library from npm repository using ` yarn ` :
16
28
``` bash
17
29
yarn add react-native-gesture-handler
You can’t perform that action at this time.
0 commit comments