diff --git a/client/package.json b/client/package.json index 6db47f1c24..efb8625966 100644 --- a/client/package.json +++ b/client/package.json @@ -22,7 +22,7 @@ "dependencies": { "@daily-co/react-native-daily-js": "0.42.1", "@daily-co/react-native-webrtc": "106.0.6-daily.1", - "@gorhom/bottom-sheet": "^4.4.6", + "@gorhom/bottom-sheet": "https://github.com/29ki/react-native-bottom-sheet.git#patch-input-scroll", "@notifee/react-native": "^7.7.1", "@react-native-async-storage/async-storage": "^1.18.1", "@react-native-community/datetimepicker": "^7.1.0", diff --git a/client/yarn.lock b/client/yarn.lock index 17ad9304c4..a5f67e834d 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -1164,10 +1164,9 @@ resolved "https://registry.yarnpkg.com/@expo/sdk-runtime-versions/-/sdk-runtime-versions-1.0.0.tgz#d7ebd21b19f1c6b0395e50d78da4416941c57f7c" integrity sha512-Doz2bfiPndXYFPMRwPyGa1k5QaKDVpY806UJj570epIiMzWaYyCtobasyfC++qfIXVb5Ocy7r3tP9d62hAQ7IQ== -"@gorhom/bottom-sheet@^4.4.6": +"@gorhom/bottom-sheet@https://github.com/29ki/react-native-bottom-sheet.git#patch-input-scroll": version "4.4.6" - resolved "https://registry.yarnpkg.com/@gorhom/bottom-sheet/-/bottom-sheet-4.4.6.tgz#49fa6728f10133de772baaeb67ebe0f63125cf80" - integrity sha512-okqJPtFQjfqPZdh6wGDzQKkMevG1IfplQeoWY0VqOFCp3E0p7WHNeW41voK7KXXCVTQaGXibPfd9GNGjXgFNyg== + resolved "https://github.com/29ki/react-native-bottom-sheet.git#468a61d972dbdb8e91bce2d34aa901eba27a1915" dependencies: "@gorhom/portal" "1.0.14" invariant "^2.2.4"