Skip to content

Commit 1299a49

Browse files
committed
fix(deps): update dependency react-native-gesture-handler to v2.0.0
1 parent 9025a9a commit 1299a49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@uiw/react-native": "3.0.1",
1818
"react": "17.0.2",
1919
"react-native": "0.66.1",
20-
"react-native-gesture-handler": "1.10.3",
20+
"react-native-gesture-handler": "2.0.0",
2121
"react-native-safe-area-context": "3.3.2",
2222
"react-native-screens": "3.7.2",
2323
"react-native-svg": "12.1.1"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"color": "4.0.2",
6060
"lodash": "4.17.21",
6161
"prop-types": "15.7.2",
62-
"react-native-gesture-handler": "1.10.3",
62+
"react-native-gesture-handler": "2.0.0",
6363
"react-native-root-siblings": "4.1.1",
6464
"react-native-svg": "12.1.1"
6565
},

0 commit comments

Comments
 (0)