Skip to content

Commit d6eb71e

Browse files
committed
Merge branch 'develop' of https://github.com/GetStream/stream-chat-react-native into develop
2 parents 6e55912 + eedb686 commit d6eb71e

File tree

12 files changed

+48
-126
lines changed

12 files changed

+48
-126
lines changed
826 KB
Loading
897 KB
Loading

docusaurus/docs/reactnative/guides/debug_mode_using_flipper_plugin.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@ sidebar_position: 2
44
title: Debug Stream Chat Application using Flipper plugin
55
---
66

7+
import FlipperBanner from '../assets/guides/debug-mode-using-flipper-plugin/flipper_stream_chat_react_native_banner.png';
8+
import FlipperDesktopGuide from '../assets/guides/debug-mode-using-flipper-plugin/flipper_desktop_guide.png';
9+
710
## Overview
811

912
Flipper is a platform for debugging iOS, Android and React Native apps. You can debug Stream Chat within your application by using our interface within the Flipper Desktop app. This will help you analyze multiple parameters of the application which are a part of Stream Chat React Native interface.
1013

14+
<img src={FlipperBanner} />
15+
1116
## Features:
1217

1318
- Viewing the authenticated client in the Chat.
@@ -25,6 +30,8 @@ These features are part of the 1st version of this plugin. More features will be
2530
- Search for **stream-chat-react-native** and you will find this plugin.
2631
- Click on Install to install it.
2732

33+
<img src={FlipperDesktopGuide} />
34+
2835
- Next, we will need to install `stream-chat-react-native-devtools` to your application as a dev dependency. This dependency will make communication possible between the RN Stream Chat SDK and the flipper plugin.
2936

3037
```

docusaurus/docs/reactnative/guides/push_notifications_v2.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,13 @@ Follow the steps below to setup your apps with Firebase:
5959

6060
### Expo
6161

62-
For bare workflow, all of the installation steps above will suffice. For custom managed workflow, please see [the expo installation docs at React Native Firebase](https://rnfirebase.io/#expo). React Native Firebase cannot be used in the "Expo Go" app because [it is not possible to include custom native code](https://docs.expo.dev/bare/using-expo-client/). If you are using "Expo Go" app and want notifications, you can achieve this using [Webhooks](https://getstream.io/chat/docs/react-native/webhooks_overview/?language=javascript) and a third-party push provider. See [this article](https://support.getstream.io/hc/en-us/articles/1500006478421-How-can-I-use-the-Stream-Webhook-to-send-customers-emails-based-on-Chat-events-) for an example.
62+
:::note
63+
64+
If you're using Bare Workflow, please follow the installation steps above.
65+
66+
:::
67+
68+
React Native Firebase library is not available in the [Expo Go](https://expo.dev/client) app by default due to including much-needed native code. However, you can get things working via the [expo-dev-client](https://docs.expo.dev/development/getting-started/) library and adding [config plugins](https://docs.expo.dev/guides/config-plugins/). Please follow the [expo installation docs at React Native Firebase](https://rnfirebase.io/#installation-1) for the details.
6369

6470
## Get Google Service Account Credentials
6571

examples/ExpoMessaging/yarn.lock

Lines changed: 9 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8104,10 +8104,10 @@ stream-buffers@~2.2.0:
81048104
version "0.0.0"
81058105
uid ""
81068106

8107-
stream-chat-react-native-core@4.15.0:
8108-
version "4.15.0"
8109-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-4.15.0.tgz#b3bfe53c3595f923c254a5f69230b3d699d80ba6"
8110-
integrity sha512-35Y3ZNhN+12AmSi802pt1MNogH8GLef6AeDc3248uIqL4tzi9w3czSEFzKCX8Pb0/mCxXwpJNQnNMlcudGXoBQ==
8107+
stream-chat-react-native-core@5.1.0:
8108+
version "5.1.0"
8109+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.1.0.tgz#65a867ad684add2fc6ec702a65d57010434f550b"
8110+
integrity sha512-jWIB5tjCPqFsnPOkB+yKD2bW18NYlt6AFMjrHIurKkdR08+8E4/wtCutZztTCTqyiJ3RXA2NL8d8vDWfBzV4zg==
81118111
dependencies:
81128112
"@babel/runtime" "^7.12.5"
81138113
"@gorhom/bottom-sheet" "^4.1.6"
@@ -8121,31 +8121,16 @@ [email protected]:
81218121
react-art "^17.0.2"
81228122
react-native-markdown-package "1.8.2"
81238123
react-native-url-polyfill "^1.3.0"
8124-
stream-chat "~6.7.3"
8124+
stream-chat "7.0.0"
81258125

81268126
"stream-chat-react-native-core@link:../../package":
81278127
version "0.0.0"
81288128
uid ""
81298129

8130-
stream-chat@~6.7.3:
8131-
version "6.7.3"
8132-
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-6.7.3.tgz#5d3a0f1678c5bcac6241e15882230bf71b56d06d"
8133-
integrity sha512-O2gBocLG4rgAMOHq4PlXDkexfgkXFp1ZEGF+W3lllFXBC2/e52KbbojQNMhyoQPv82n2JQCGpkychUP4jdpn9Q==
8134-
dependencies:
8135-
"@babel/runtime" "^7.16.3"
8136-
"@types/jsonwebtoken" "^8.5.6"
8137-
"@types/ws" "^7.4.0"
8138-
axios "^0.22.0"
8139-
base64-js "^1.5.1"
8140-
form-data "^4.0.0"
8141-
isomorphic-ws "^4.0.1"
8142-
jsonwebtoken "^8.5.1"
8143-
ws "^7.4.4"
8144-
8145-
8146-
version "7.0.0-offline-support.4"
8147-
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-7.0.0-offline-support.4.tgz#07fdb00f3bf1f1890aea6d8808e172da72c03bbc"
8148-
integrity sha512-YsZy+glK3OGvnABx60wYtJjy6o3s98PkfT6OCiLm89YMiCbkBitDll5OWu/ZzKxb5PTr+Lh654dUf9mOTlWCMw==
8130+
8131+
version "7.0.0"
8132+
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-7.0.0.tgz#c4021cafda96752ebc21f85e3e306bc3f5b1cfcc"
8133+
integrity sha512-l1+pANK//Rp6MJm5CZAA0L3Rx0jr4n7TEcUQrkXjqm5oxryo95tuRb7LkMs4kUnqJB7/jHuS0CTjW0v5vLvPoA==
81498134
dependencies:
81508135
"@babel/runtime" "^7.16.3"
81518136
"@types/jsonwebtoken" "^8.5.6"

examples/SampleApp/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
"eslint-plugin-markdown": "^2.2.0",
7474
"eslint-plugin-sort-destructure-keys": "^1.3.5",
7575
"eslint-plugin-typescript-sort-keys": "^1.7.0",
76-
"fbjs": "^3.0.4",
7776
"jest": "26.6.3",
7877
"metro-react-native-babel-preset": "^0.70.3",
7978
"react-test-renderer": "18.0.0",

examples/SampleApp/yarn.lock

Lines changed: 7 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2569,7 +2569,7 @@ art@^0.10.1:
25692569
resolved "https://registry.yarnpkg.com/art/-/art-0.10.3.tgz#b01d84a968ccce6208df55a733838c96caeeaea2"
25702570
integrity sha512-HXwbdofRTiJT6qZX/FnchtldzJjS3vkLJxQilc3Xj+ma2MXjY4UAyQ0ls1XZYVnDvVIBiFZbC6QsvtW86TD6tQ==
25712571

2572-
asap@~2.0.3, asap@~2.0.6:
2572+
asap@~2.0.6:
25732573
version "2.0.6"
25742574
resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
25752575
integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=
@@ -3282,13 +3282,6 @@ create-react-class@^15.6.2:
32823282
loose-envify "^1.3.1"
32833283
object-assign "^4.1.1"
32843284

3285-
cross-fetch@^3.1.5:
3286-
version "3.1.5"
3287-
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
3288-
integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==
3289-
dependencies:
3290-
node-fetch "2.6.7"
3291-
32923285
cross-spawn@^6.0.0, cross-spawn@^6.0.5:
32933286
version "6.0.5"
32943287
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
@@ -4135,24 +4128,6 @@ fb-watchman@^2.0.0:
41354128
dependencies:
41364129
bser "2.1.1"
41374130

4138-
fbjs-css-vars@^1.0.0:
4139-
version "1.0.2"
4140-
resolved "https://registry.yarnpkg.com/fbjs-css-vars/-/fbjs-css-vars-1.0.2.tgz#216551136ae02fe255932c3ec8775f18e2c078b8"
4141-
integrity sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ==
4142-
4143-
fbjs@^3.0.4:
4144-
version "3.0.4"
4145-
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-3.0.4.tgz#e1871c6bd3083bac71ff2da868ad5067d37716c6"
4146-
integrity sha512-ucV0tDODnGV3JCnnkmoszb5lf4bNpzjv80K41wd4k798Etq+UYD0y0TIfalLjZoKgjive6/adkRnszwapiDgBQ==
4147-
dependencies:
4148-
cross-fetch "^3.1.5"
4149-
fbjs-css-vars "^1.0.0"
4150-
loose-envify "^1.0.0"
4151-
object-assign "^4.1.0"
4152-
promise "^7.1.1"
4153-
setimmediate "^1.0.5"
4154-
ua-parser-js "^0.7.30"
4155-
41564131
file-entry-cache@^6.0.1:
41574132
version "6.0.1"
41584133
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
@@ -6525,7 +6500,7 @@ node-dir@^0.1.17:
65256500
dependencies:
65266501
minimatch "^3.0.2"
65276502

6528-
node-fetch@2.6.7, node-fetch@^2.2.0, node-fetch@^2.6.0:
6503+
node-fetch@^2.2.0, node-fetch@^2.6.0:
65296504
version "2.6.7"
65306505
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
65316506
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
@@ -6629,7 +6604,7 @@ [email protected]:
66296604
resolved "https://registry.yarnpkg.com/ob1/-/ob1-0.70.3.tgz#f48cd5a5abf54b0c423b1b06b6d4ff4d049816cb"
66306605
integrity sha512-Vy9GGhuXgDRY01QA6kdhToPd8AkLdLpX9GjH5kpqluVqTu70mgOm7tpGoJDZGaNbr9nJlJgnipqHJQRPORixIQ==
66316606

6632-
object-assign@^4.1.0, object-assign@^4.1.1:
6607+
object-assign@^4.1.1:
66336608
version "4.1.1"
66346609
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
66356610
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
@@ -7086,13 +7061,6 @@ progress@^2.0.0:
70867061
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
70877062
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
70887063

7089-
promise@^7.1.1:
7090-
version "7.3.1"
7091-
resolved "https://registry.yarnpkg.com/promise/-/promise-7.3.1.tgz#064b72602b18f90f29192b8b1bc418ffd1ebd3bf"
7092-
integrity sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==
7093-
dependencies:
7094-
asap "~2.0.3"
7095-
70967064
promise@^8.0.3:
70977065
version "8.1.0"
70987066
resolved "https://registry.yarnpkg.com/promise/-/promise-8.1.0.tgz#697c25c3dfe7435dd79fcd58c38a135888eaf05e"
@@ -8110,10 +8078,10 @@ [email protected]:
81108078
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
81118079
integrity sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=
81128080

8113-
stream-chat-react-native-core@5.0.0:
8114-
version "5.0.0"
8115-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.0.0.tgz#e8ac37c627b58baaedf19084eee4cbdde6033aac"
8116-
integrity sha512-2IWVRICko95poQZJPVWhbQ8rlFD2nWqMfRG+YYUEc3657/uw3gf5sKJq95DMbGd6R8xPSNZVE542YgBTWSGL+g==
8081+
stream-chat-react-native-core@5.1.0:
8082+
version "5.1.0"
8083+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.1.0.tgz#65a867ad684add2fc6ec702a65d57010434f550b"
8084+
integrity sha512-jWIB5tjCPqFsnPOkB+yKD2bW18NYlt6AFMjrHIurKkdR08+8E4/wtCutZztTCTqyiJ3RXA2NL8d8vDWfBzV4zg==
81178085
dependencies:
81188086
"@babel/runtime" "^7.12.5"
81198087
"@gorhom/bottom-sheet" "^4.1.6"
@@ -8533,11 +8501,6 @@ [email protected]:
85338501
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
85348502
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==
85358503

8536-
ua-parser-js@^0.7.30:
8537-
version "0.7.31"
8538-
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.31.tgz#649a656b191dffab4f21d5e053e27ca17cbff5c6"
8539-
integrity sha512-qLK/Xe9E2uzmYI3qLeOmI0tEOt+TBBQyUIAh4aAgU05FVYzeZrKUdkAZfBNVGRaHVgV0TDkdEngJSw/SyQchkQ==
8540-
85418504
uglify-es@^3.1.9:
85428505
version "3.3.9"
85438506
resolved "https://registry.yarnpkg.com/uglify-es/-/uglify-es-3.3.9.tgz#0c1c4f0700bed8dbc124cdb304d2592ca203e677"

examples/TypeScriptMessaging/ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ EXTERNAL SOURCES:
626626
SPEC CHECKSUMS:
627627
boost: a7c83b31436843459a1961bfd74b96033dc77234
628628
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
629-
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
629+
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
630630
FBLazyVector: 1d83d91816fa605d16227a83f1b2e71c8df09d22
631631
FBReactNativeSpec: 626e35e73f83c637ff166f906d584f4c6750c251
632632
Flipper: bdadd9d6edfc8dfc5c4b9bb59b2ffa60e4a167e7
@@ -639,7 +639,7 @@ SPEC CHECKSUMS:
639639
Flipper-RSocket: d9d9ade67cbecf6ac10730304bf5607266dd2541
640640
FlipperKit: 17618d288848b0178ff8be2c9682e6800800f07d
641641
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
642-
glog: 3d02b25ca00c2d456734d0bcff864cbc62f6ae1a
642+
glog: 85ecdd10ee8d8ec362ef519a6a45ff9aa27b2e85
643643
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
644644
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
645645
PromisesObjC: ab77feca74fa2823e7af4249b8326368e61014cb
@@ -663,7 +663,7 @@ SPEC CHECKSUMS:
663663
react-native-flipper: bbe3c862a02dab5e0f71b639855a180b699a590a
664664
react-native-image-resizer: d9fb629a867335bdc13230ac2a58702bb8c8828f
665665
react-native-netinfo: 129bd99f607a2dc5bb096168f3e5c150fd1f1c95
666-
react-native-safe-area-context: 6c12e3859b6f27b25de4fee8201cfb858432d8de
666+
react-native-safe-area-context: b456e1c40ec86f5593d58b275bd0e9603169daca
667667
react-native-video: bb6f12a7198db53b261fefb5d609dc77417acc8b
668668
React-perflogger: 39d2ba8cbcac54d1bb1d9a980dab348e96aef467
669669
React-RCTActionSheet: b1ad907a2c8f8e4d037148ca507b7f2d6ab1c66d

examples/TypeScriptMessaging/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"@typescript-eslint/parser": "4.24.0",
4848
"babel-jest": "26.6.3",
4949
"eslint": "7.26.0",
50-
"fbjs": "^3.0.4",
5150
"jest": "26.6.3",
5251
"metro-react-native-babel-preset": "0.66.2",
5352
"react-native-flipper": "^0.158.0",

examples/TypeScriptMessaging/yarn.lock

Lines changed: 7 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1949,7 +1949,7 @@ art@^0.10.1:
19491949
resolved "https://registry.yarnpkg.com/art/-/art-0.10.3.tgz#b01d84a968ccce6208df55a733838c96caeeaea2"
19501950
integrity sha512-HXwbdofRTiJT6qZX/FnchtldzJjS3vkLJxQilc3Xj+ma2MXjY4UAyQ0ls1XZYVnDvVIBiFZbC6QsvtW86TD6tQ==
19511951

1952-
asap@~2.0.3, asap@~2.0.6:
1952+
asap@~2.0.6:
19531953
version "2.0.6"
19541954
resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
19551955
integrity sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==
@@ -2597,13 +2597,6 @@ create-react-class@^15.6.2:
25972597
loose-envify "^1.3.1"
25982598
object-assign "^4.1.1"
25992599

2600-
cross-fetch@^3.1.5:
2601-
version "3.1.5"
2602-
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
2603-
integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==
2604-
dependencies:
2605-
node-fetch "2.6.7"
2606-
26072600
cross-spawn@^6.0.0:
26082601
version "6.0.5"
26092602
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
@@ -3408,24 +3401,6 @@ fb-watchman@^2.0.0:
34083401
dependencies:
34093402
bser "2.1.1"
34103403

3411-
fbjs-css-vars@^1.0.0:
3412-
version "1.0.2"
3413-
resolved "https://registry.yarnpkg.com/fbjs-css-vars/-/fbjs-css-vars-1.0.2.tgz#216551136ae02fe255932c3ec8775f18e2c078b8"
3414-
integrity sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ==
3415-
3416-
fbjs@^3.0.4:
3417-
version "3.0.4"
3418-
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-3.0.4.tgz#e1871c6bd3083bac71ff2da868ad5067d37716c6"
3419-
integrity sha512-ucV0tDODnGV3JCnnkmoszb5lf4bNpzjv80K41wd4k798Etq+UYD0y0TIfalLjZoKgjive6/adkRnszwapiDgBQ==
3420-
dependencies:
3421-
cross-fetch "^3.1.5"
3422-
fbjs-css-vars "^1.0.0"
3423-
loose-envify "^1.0.0"
3424-
object-assign "^4.1.0"
3425-
promise "^7.1.1"
3426-
setimmediate "^1.0.5"
3427-
ua-parser-js "^0.7.30"
3428-
34293404
file-entry-cache@^6.0.1:
34303405
version "6.0.1"
34313406
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
@@ -5645,7 +5620,7 @@ node-dir@^0.1.17:
56455620
dependencies:
56465621
minimatch "^3.0.2"
56475622

5648-
node-fetch@2.6.7, node-fetch@^2.2.0, node-fetch@^2.6.0:
5623+
node-fetch@^2.2.0, node-fetch@^2.6.0:
56495624
version "2.6.7"
56505625
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
56515626
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
@@ -5744,7 +5719,7 @@ [email protected]:
57445719
resolved "https://registry.yarnpkg.com/ob1/-/ob1-0.70.3.tgz#f48cd5a5abf54b0c423b1b06b6d4ff4d049816cb"
57455720
integrity sha512-Vy9GGhuXgDRY01QA6kdhToPd8AkLdLpX9GjH5kpqluVqTu70mgOm7tpGoJDZGaNbr9nJlJgnipqHJQRPORixIQ==
57465721

5747-
object-assign@^4.1.0, object-assign@^4.1.1:
5722+
object-assign@^4.1.1:
57485723
version "4.1.1"
57495724
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
57505725
integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==
@@ -6143,13 +6118,6 @@ progress@^2.0.0:
61436118
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
61446119
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
61456120

6146-
promise@^7.1.1:
6147-
version "7.3.1"
6148-
resolved "https://registry.yarnpkg.com/promise/-/promise-7.3.1.tgz#064b72602b18f90f29192b8b1bc418ffd1ebd3bf"
6149-
integrity sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==
6150-
dependencies:
6151-
asap "~2.0.3"
6152-
61536121
promise@^8.0.3:
61546122
version "8.1.0"
61556123
resolved "https://registry.yarnpkg.com/promise/-/promise-8.1.0.tgz#697c25c3dfe7435dd79fcd58c38a135888eaf05e"
@@ -7129,10 +7097,10 @@ statuses@~1.5.0:
71297097
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
71307098
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
71317099

7132-
stream-chat-react-native-core@5.0.0:
7133-
version "5.0.0"
7134-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.0.0.tgz#e8ac37c627b58baaedf19084eee4cbdde6033aac"
7135-
integrity sha512-2IWVRICko95poQZJPVWhbQ8rlFD2nWqMfRG+YYUEc3657/uw3gf5sKJq95DMbGd6R8xPSNZVE542YgBTWSGL+g==
7100+
stream-chat-react-native-core@5.1.0:
7101+
version "5.1.0"
7102+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.1.0.tgz#65a867ad684add2fc6ec702a65d57010434f550b"
7103+
integrity sha512-jWIB5tjCPqFsnPOkB+yKD2bW18NYlt6AFMjrHIurKkdR08+8E4/wtCutZztTCTqyiJ3RXA2NL8d8vDWfBzV4zg==
71367104
dependencies:
71377105
"@babel/runtime" "^7.12.5"
71387106
"@gorhom/bottom-sheet" "^4.1.6"
@@ -7545,11 +7513,6 @@ [email protected]:
75457513
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
75467514
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==
75477515

7548-
ua-parser-js@^0.7.30:
7549-
version "0.7.31"
7550-
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.31.tgz#649a656b191dffab4f21d5e053e27ca17cbff5c6"
7551-
integrity sha512-qLK/Xe9E2uzmYI3qLeOmI0tEOt+TBBQyUIAh4aAgU05FVYzeZrKUdkAZfBNVGRaHVgV0TDkdEngJSw/SyQchkQ==
7552-
75537516
uglify-es@^3.1.9:
75547517
version "3.3.9"
75557518
resolved "https://registry.yarnpkg.com/uglify-es/-/uglify-es-3.3.9.tgz#0c1c4f0700bed8dbc124cdb304d2592ca203e677"

0 commit comments

Comments
 (0)