From 5fe2e04f29bd31dcc375caf83e485e0d2c326515 Mon Sep 17 00:00:00 2001 From: Emil Rondahl Date: Wed, 17 May 2023 09:05:50 +0200 Subject: [PATCH 1/2] Use patch of bottom-sheet until fixed --- client/package.json | 2 +- client/yarn.lock | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/client/package.json b/client/package.json index 6db47f1c24..af581bd5fd 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#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..988acdc2d3 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#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#65adc74a76445f116bfc0c54c4008ef29af9694d" dependencies: "@gorhom/portal" "1.0.14" invariant "^2.2.4" From f7deb223c77c04f2c16fad417be5f2faf607f56c Mon Sep 17 00:00:00 2001 From: Emil Rondahl Date: Wed, 17 May 2023 09:38:17 +0200 Subject: [PATCH 2/2] update dependency path --- client/package.json | 2 +- client/yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/package.json b/client/package.json index af581bd5fd..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": "https://github.com/29ki/react-native-bottom-sheet#patch-input-scroll", + "@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 988acdc2d3..a5f67e834d 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -1164,9 +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@https://github.com/29ki/react-native-bottom-sheet#patch-input-scroll": +"@gorhom/bottom-sheet@https://github.com/29ki/react-native-bottom-sheet.git#patch-input-scroll": version "4.4.6" - resolved "https://github.com/29ki/react-native-bottom-sheet#65adc74a76445f116bfc0c54c4008ef29af9694d" + resolved "https://github.com/29ki/react-native-bottom-sheet.git#468a61d972dbdb8e91bce2d34aa901eba27a1915" dependencies: "@gorhom/portal" "1.0.14" invariant "^2.2.4"