Skip to content

Commit 9330cf5

Browse files
authored
fix: overlay provider crash issue due to bug in bottom sheet (#2644)
1 parent e7cf0d5 commit 9330cf5

File tree

9 files changed

+53
-23
lines changed

9 files changed

+53
-23
lines changed

examples/ExpoMessaging/yarn.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1741,6 +1741,14 @@
17411741
"@gorhom/portal" "1.0.14"
17421742
invariant "^2.2.4"
17431743

1744+
"@gorhom/bottom-sheet@^4.6.4":
1745+
version "4.6.4"
1746+
resolved "https://registry.yarnpkg.com/@gorhom/bottom-sheet/-/bottom-sheet-4.6.4.tgz#387d0f0f21e3470eb8575498cb81ce96f5108e79"
1747+
integrity sha512-0itLMblLBvepE065w3a60S030c2rNUsGshPC7wbWDm31VyqoaU2xjzh/ojH62YIJOcobBr5QoC30IxBBKDGovQ==
1748+
dependencies:
1749+
"@gorhom/portal" "1.0.14"
1750+
invariant "^2.2.4"
1751+
17441752
17451753
version "1.0.14"
17461754
resolved "https://registry.yarnpkg.com/@gorhom/portal/-/portal-1.0.14.tgz#1953edb76aaba80fb24021dc774550194a18e111"
@@ -7310,10 +7318,10 @@ [email protected], stream-buffers@~2.2.0:
73107318
version "0.0.0"
73117319
uid ""
73127320

7313-
stream-chat-react-native-core@5.35.0:
7314-
version "5.35.0"
7315-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.35.0.tgz#fe12428400edf715e2ff9ef567b1233d35b9d357"
7316-
integrity sha512-botPziAoRY7SE/XdLECCKdYAcYiRuQFj0IeUWj2HNkEwCU0bpjQT9y+wpHKC0gKX57VUksPJsoV9ZBQT0KclTQ==
7321+
stream-chat-react-native-core@5.36.0:
7322+
version "5.36.0"
7323+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.36.0.tgz#c8a7d5e22481a198bd4d2e3ed50ab6f73f09aa0b"
7324+
integrity sha512-9UpKXe+/+wfm4ubEjE6oRxc/oTnTSApwqNAvDzdH6cDjSDR/m/+VN3VSxFHrIptm8DHO1nteMzHXcXQwpJZaVA==
73177325
dependencies:
73187326
"@gorhom/bottom-sheet" "4.4.8"
73197327
dayjs "1.10.5"

examples/SampleApp/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1619,8 +1619,8 @@ SPEC CHECKSUMS:
16191619
SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d
16201620
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
16211621
TOCropViewController: 80b8985ad794298fb69d3341de183f33d1853654
1622-
Yoga: 9e6a04eacbd94f97d94577017e9f23b3ab41cf6c
1622+
Yoga: a716eea57d0d3430219c0a5a233e1e93ee931eb7
16231623

16241624
PODFILE CHECKSUM: 751ee2c534898a790da0a7dba7d623f1f21ae757
16251625

1626-
COCOAPODS: 1.14.3
1626+
COCOAPODS: 1.15.2

examples/SampleApp/ios/SampleApp.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,9 @@
633633
" ${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers",
634634
" ${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx",
635635
" ${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers",
636+
" ${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers",
637+
" ${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx",
638+
" ${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers",
636639
);
637640
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
638641
LD_RUNPATH_SEARCH_PATHS = (
@@ -744,6 +747,9 @@
744747
" ${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers",
745748
" ${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx",
746749
" ${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers",
750+
" ${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers",
751+
" ${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx",
752+
" ${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers",
747753
);
748754
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
749755
LD_RUNPATH_SEARCH_PATHS = (

examples/SampleApp/yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1220,6 +1220,14 @@
12201220
"@gorhom/portal" "1.0.14"
12211221
invariant "^2.2.4"
12221222

1223+
"@gorhom/bottom-sheet@^4.6.4":
1224+
version "4.6.4"
1225+
resolved "https://registry.yarnpkg.com/@gorhom/bottom-sheet/-/bottom-sheet-4.6.4.tgz#387d0f0f21e3470eb8575498cb81ce96f5108e79"
1226+
integrity sha512-0itLMblLBvepE065w3a60S030c2rNUsGshPC7wbWDm31VyqoaU2xjzh/ojH62YIJOcobBr5QoC30IxBBKDGovQ==
1227+
dependencies:
1228+
"@gorhom/portal" "1.0.14"
1229+
invariant "^2.2.4"
1230+
12231231
12241232
version "1.0.14"
12251233
resolved "https://registry.yarnpkg.com/@gorhom/portal/-/portal-1.0.14.tgz#1953edb76aaba80fb24021dc774550194a18e111"

examples/TypeScriptMessaging/yarn.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1543,6 +1543,14 @@
15431543
"@gorhom/portal" "1.0.14"
15441544
invariant "^2.2.4"
15451545

1546+
"@gorhom/bottom-sheet@^4.6.4":
1547+
version "4.6.4"
1548+
resolved "https://registry.yarnpkg.com/@gorhom/bottom-sheet/-/bottom-sheet-4.6.4.tgz#387d0f0f21e3470eb8575498cb81ce96f5108e79"
1549+
integrity sha512-0itLMblLBvepE065w3a60S030c2rNUsGshPC7wbWDm31VyqoaU2xjzh/ojH62YIJOcobBr5QoC30IxBBKDGovQ==
1550+
dependencies:
1551+
"@gorhom/portal" "1.0.14"
1552+
invariant "^2.2.4"
1553+
15461554
15471555
version "1.0.14"
15481556
resolved "https://registry.yarnpkg.com/@gorhom/portal/-/portal-1.0.14.tgz#1953edb76aaba80fb24021dc774550194a18e111"
@@ -6899,10 +6907,10 @@ statuses@~1.5.0:
68996907
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
69006908
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
69016909

6902-
stream-chat-react-native-core@5.35.0:
6903-
version "5.35.0"
6904-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.35.0.tgz#fe12428400edf715e2ff9ef567b1233d35b9d357"
6905-
integrity sha512-botPziAoRY7SE/XdLECCKdYAcYiRuQFj0IeUWj2HNkEwCU0bpjQT9y+wpHKC0gKX57VUksPJsoV9ZBQT0KclTQ==
6910+
stream-chat-react-native-core@5.36.0:
6911+
version "5.36.0"
6912+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.36.0.tgz#c8a7d5e22481a198bd4d2e3ed50ab6f73f09aa0b"
6913+
integrity sha512-9UpKXe+/+wfm4ubEjE6oRxc/oTnTSApwqNAvDzdH6cDjSDR/m/+VN3VSxFHrIptm8DHO1nteMzHXcXQwpJZaVA==
69066914
dependencies:
69076915
"@gorhom/bottom-sheet" "4.4.8"
69086916
dayjs "1.10.5"

package/expo-package/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2929,10 +2929,10 @@ [email protected]:
29292929
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
29302930
integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==
29312931

2932-
stream-chat-react-native-core@5.35.0:
2933-
version "5.35.0"
2934-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.35.0.tgz#fe12428400edf715e2ff9ef567b1233d35b9d357"
2935-
integrity sha512-botPziAoRY7SE/XdLECCKdYAcYiRuQFj0IeUWj2HNkEwCU0bpjQT9y+wpHKC0gKX57VUksPJsoV9ZBQT0KclTQ==
2932+
stream-chat-react-native-core@5.36.0:
2933+
version "5.36.0"
2934+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.36.0.tgz#c8a7d5e22481a198bd4d2e3ed50ab6f73f09aa0b"
2935+
integrity sha512-9UpKXe+/+wfm4ubEjE6oRxc/oTnTSApwqNAvDzdH6cDjSDR/m/+VN3VSxFHrIptm8DHO1nteMzHXcXQwpJZaVA==
29362936
dependencies:
29372937
"@gorhom/bottom-sheet" "4.4.8"
29382938
dayjs "1.10.5"

package/native-package/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4244,10 +4244,10 @@ statuses@~1.5.0:
42444244
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
42454245
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
42464246

4247-
stream-chat-react-native-core@5.35.0:
4248-
version "5.35.0"
4249-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.35.0.tgz#fe12428400edf715e2ff9ef567b1233d35b9d357"
4250-
integrity sha512-botPziAoRY7SE/XdLECCKdYAcYiRuQFj0IeUWj2HNkEwCU0bpjQT9y+wpHKC0gKX57VUksPJsoV9ZBQT0KclTQ==
4247+
stream-chat-react-native-core@5.36.0:
4248+
version "5.36.0"
4249+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.36.0.tgz#c8a7d5e22481a198bd4d2e3ed50ab6f73f09aa0b"
4250+
integrity sha512-9UpKXe+/+wfm4ubEjE6oRxc/oTnTSApwqNAvDzdH6cDjSDR/m/+VN3VSxFHrIptm8DHO1nteMzHXcXQwpJZaVA==
42514251
dependencies:
42524252
"@gorhom/bottom-sheet" "4.4.8"
42534253
dayjs "1.10.5"

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
]
6868
},
6969
"dependencies": {
70-
"@gorhom/bottom-sheet": "4.4.8",
70+
"@gorhom/bottom-sheet": "^4.6.4",
7171
"dayjs": "1.10.5",
7272
"emoji-regex": "^10.3.0",
7373
"i18next": "^21.6.14",

package/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2017,10 +2017,10 @@
20172017
minimatch "^3.0.4"
20182018
strip-json-comments "^3.1.1"
20192019

2020-
"@gorhom/bottom-sheet@4.4.8":
2021-
version "4.4.8"
2022-
resolved "https://registry.yarnpkg.com/@gorhom/bottom-sheet/-/bottom-sheet-4.4.8.tgz#cfc1b342e9151acecbb846bd67638211382a350e"
2023-
integrity sha512-5QgM91NJjbqKxI8RjZ9ujjynaPzAM1iQKExK3+L+ZbEnziIq8tgOekhiBUut9sBZAQA4nhLxWV6Rt/HGpgCldQ==
2020+
"@gorhom/bottom-sheet@^4.6.4":
2021+
version "4.6.4"
2022+
resolved "https://registry.yarnpkg.com/@gorhom/bottom-sheet/-/bottom-sheet-4.6.4.tgz#387d0f0f21e3470eb8575498cb81ce96f5108e79"
2023+
integrity sha512-0itLMblLBvepE065w3a60S030c2rNUsGshPC7wbWDm31VyqoaU2xjzh/ojH62YIJOcobBr5QoC30IxBBKDGovQ==
20242024
dependencies:
20252025
"@gorhom/portal" "1.0.14"
20262026
invariant "^2.2.4"

0 commit comments

Comments
 (0)