react-native-gesture-handler 2.21.0 → 2.21.1
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "react-native-gesture-handler",
|
3
|
-
"version": "2.21.
|
3
|
+
"version": "2.21.1",
|
4
4
|
"description": "Declarative API exposing native platform touch and gesture system to React Native",
|
5
5
|
"scripts": {
|
6
6
|
"prepare": "bob build && husky install",
|
@@ -44,6 +44,7 @@
|
|
44
44
|
"ReanimatedSwipeable/",
|
45
45
|
"jest-utils/",
|
46
46
|
"DrawerLayout/",
|
47
|
+
"ReanimatedDrawerLayout/",
|
47
48
|
"README.md",
|
48
49
|
"jestSetup.js",
|
49
50
|
"RNGestureHandler.podspec"
|