From 432f7937a35909c9bd2d1fdda78ff8f7252477eb Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 11 May 2026 18:47:29 +0300 Subject: [PATCH] bump to .7 --- package.json | 2 +- ...atch => react-native-keyboard-controller+1.21.7.patch} | 0 yarn.lock | 8 ++++---- 3 files changed, 5 insertions(+), 5 deletions(-) rename patches/{react-native-keyboard-controller+1.21.6.patch => react-native-keyboard-controller+1.21.7.patch} (100%) diff --git a/package.json b/package.json index 6b4d1e7e5d..4d792496be 100644 --- a/package.json +++ b/package.json @@ -217,7 +217,7 @@ "react-native-drawer-layout": "^4.2.2", "react-native-edge-to-edge": "^1.6.0", "react-native-gesture-handler": "~2.28.0", - "react-native-keyboard-controller": "^1.21.6", + "react-native-keyboard-controller": "^1.21.7", "react-native-pager-view": "6.8.0", "react-native-progress": "bluesky-social/react-native-progress", "react-native-qrcode-styled": "^0.3.3", diff --git a/patches/react-native-keyboard-controller+1.21.6.patch b/patches/react-native-keyboard-controller+1.21.7.patch similarity index 100% rename from patches/react-native-keyboard-controller+1.21.6.patch rename to patches/react-native-keyboard-controller+1.21.7.patch diff --git a/yarn.lock b/yarn.lock index c3ba8f9b07..37333bfe58 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14045,10 +14045,10 @@ react-native-is-edge-to-edge@^1.2.1: resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.2.1.tgz#64e10851abd9d176cbf2b40562f751622bde3358" integrity sha512-FLbPWl/MyYQWz+KwqOZsSyj2JmLKglHatd3xLZWskXOpRaio4LfEDEz8E/A6uD8QoTHW6Aobw1jbEwK7KMgR7Q== -react-native-keyboard-controller@^1.21.6: - version "1.21.6" - resolved "https://registry.yarnpkg.com/react-native-keyboard-controller/-/react-native-keyboard-controller-1.21.6.tgz#0225f1e83fdfde40bc82df27d99a02a5fe748230" - integrity sha512-nAXCmar/W8Gn4iQV7O5fAVuTh57JszCsqTS+cfR95WFOLR/AfbwfPz/+sWyz/q2SOIe2VpyQzq6hzYiwErhqqw== +react-native-keyboard-controller@^1.21.7: + version "1.21.7" + resolved "https://registry.yarnpkg.com/react-native-keyboard-controller/-/react-native-keyboard-controller-1.21.7.tgz#2e9c6ab2d309a81d678420dcaaa7314b0324d42d" + integrity sha512-gs+8nI8HYnRdDt4NWbk1iVuS6kDLf2taJvp+h/TjM1FBdtnQmlYLJ6buNiUqSnkIH4OFEAxdNr3/GOOYdLfkUQ== dependencies: react-native-is-edge-to-edge "^1.2.1"