From 3fcaf77eb4b313c43b41dc5d3bb19afb3d97e6c1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 18 Jan 2026 15:35:04 +0000 Subject: [PATCH] fix: upgrade react-native-gesture-handler from 2.24.0 to 2.30.0 Snyk has created this PR to upgrade react-native-gesture-handler from 2.24.0 to 2.30.0. See this package in npm: react-native-gesture-handler See this project in Snyk: https://app.snyk.io/org/advikagupta30/project/ac665832-acbc-4e13-8521-aa0bc5885bc1?utm_source=github&utm_medium=referral&page=upgrade-pr --- sample/expo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/expo/package.json b/sample/expo/package.json index 3bbe00b..77ae83c 100644 --- a/sample/expo/package.json +++ b/sample/expo/package.json @@ -27,7 +27,7 @@ "react": "19.0.0", "react-native": "0.79.5", "react-native-device-info": "^14.0.2", - "react-native-gesture-handler": "~2.24.0", + "react-native-gesture-handler": "~2.30.0", "react-native-safe-area-context": "5.4.0", "react-native-screens": "~4.11.1", "react-native-webview": "13.13.5"