From 1299a497f79de5248ef7aa226b883c51283fbbb6 Mon Sep 17 00:00:00 2001 From: WX <42308734@qq.com> Date: Tue, 7 Dec 2021 18:23:38 +0800 Subject: [PATCH] fix(deps): update dependency react-native-gesture-handler to v2.0.0 --- example/examples/package.json | 2 +- packages/core/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/examples/package.json b/example/examples/package.json index 6e52cc9ba..58b178fd9 100644 --- a/example/examples/package.json +++ b/example/examples/package.json @@ -17,7 +17,7 @@ "@uiw/react-native": "3.0.1", "react": "17.0.2", "react-native": "0.66.1", - "react-native-gesture-handler": "1.10.3", + "react-native-gesture-handler": "2.0.0", "react-native-safe-area-context": "3.3.2", "react-native-screens": "3.7.2", "react-native-svg": "12.1.1" diff --git a/packages/core/package.json b/packages/core/package.json index 5432437cf..ef23d520f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -59,7 +59,7 @@ "color": "4.0.2", "lodash": "4.17.21", "prop-types": "15.7.2", - "react-native-gesture-handler": "1.10.3", + "react-native-gesture-handler": "2.0.0", "react-native-root-siblings": "4.1.1", "react-native-svg": "12.1.1" },