-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2697 from GetStream/develop
Next Release
- Loading branch information
Showing
11 changed files
with
94 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
[![NPM](https://img.shields.io/npm/v/stream-chat-react-native.svg)](https://www.npmjs.com/package/stream-chat-react-native) | ||
[![Build Status](https://github.com/GetStream/stream-chat-react-native/actions/workflows/release.yml/badge.svg)](https://github.com/GetStream/stream-chat-react-native/actions) | ||
[![Component Reference](https://img.shields.io/badge/docs-component%20reference-blue.svg)](https://getstream.io/chat/docs/sdk/reactnative) | ||
![JS Bundle Size](https://img.shields.io/badge/js_bundle_size-442%20KB-blue) | ||
![JS Bundle Size](https://img.shields.io/badge/js_bundle_size-447%20KB-blue) | ||
|
||
<img align="right" src="https://getstream.imgix.net/images/ios-chat-tutorial/[email protected]?auto=format,enhance" width="50%" /> | ||
|
||
|
Binary file added
BIN
+452 KB
...docs/reactnative/assets/guides/custom-thread-list/custom-thread-list-step-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+408 KB
...docs/reactnative/assets/guides/custom-thread-list/custom-thread-list-step-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+373 KB
...docs/reactnative/assets/guides/custom-thread-list/custom-thread-list-step-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+299 KB
...docs/reactnative/assets/guides/custom-thread-list/custom-thread-list-step-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7310,10 +7310,10 @@ [email protected], stream-buffers@~2.2.0: | |
version "0.0.0" | ||
uid "" | ||
|
||
stream-chat-react-native-core@5.38.0: | ||
version "5.38.0" | ||
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.38.0.tgz#3d394a8ea9ab8d9a06a47000ff90a44daae35aaa" | ||
integrity sha512-l9wF3Y+caFL1J2urw+Od0U2JNkW4ff/o4rlpmIOe92Ow14kuQOrejKo1XJbC6riJBVpnrtT1tj8SfVeS2crW0Q== | ||
stream-chat-react-native-core@5.39.0: | ||
version "5.39.0" | ||
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.39.0.tgz#499db88ff9a6ef2f93012f2dd1c0feb3c849859c" | ||
integrity sha512-dzA/N3pOWMmRtNmMWYfnOnGSBG+K+ReKqLL3CXYmSnUmEHQlJwHqKDLPlxnNY8IOT2Nh067m04aB+1OQZpi/Mw== | ||
dependencies: | ||
"@gorhom/bottom-sheet" "^4.6.4" | ||
dayjs "1.10.5" | ||
|
@@ -7326,16 +7326,16 @@ [email protected]: | |
path "0.12.7" | ||
react-native-markdown-package "1.8.2" | ||
react-native-url-polyfill "^1.3.0" | ||
stream-chat "8.39.0" | ||
stream-chat "8.40.8" | ||
|
||
"stream-chat-react-native-core@link:../../package": | ||
version "0.0.0" | ||
uid "" | ||
|
||
stream-chat@8.39.0: | ||
version "8.39.0" | ||
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.39.0.tgz#f4cb86bd5cac4c1272c24cd66ed4752bcda8d717" | ||
integrity sha512-zQZR1tPrgGBbu+Gnv9F9KQx3OPUMvb0FN+39BEjkjgjRPm2JYhF78jfcYutQMiC538t3V+NgFGgj5N4sZvSsUA== | ||
stream-chat@8.40.8: | ||
version "8.40.8" | ||
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.40.8.tgz#0f5320bd8b03d1cbff377f8c7ae2f8afe24d0515" | ||
integrity sha512-nYLvYAkrvXRzuPO52TIofNiInCkDdXrnBc/658297lC6hzrHNc87mmTht264BXmXLlpasTNP3rLKxR6MxhpgKg== | ||
dependencies: | ||
"@babel/runtime" "^7.16.3" | ||
"@types/jsonwebtoken" "~9.0.0" | ||
|
@@ -7345,7 +7345,7 @@ [email protected]: | |
form-data "^4.0.0" | ||
isomorphic-ws "^4.0.1" | ||
jsonwebtoken "~9.0.0" | ||
ws "^7.4.4" | ||
ws "^7.5.10" | ||
|
||
stream-slice@^0.1.2: | ||
version "0.1.2" | ||
|
@@ -8074,11 +8074,16 @@ ws@^6.2.2: | |
dependencies: | ||
async-limiter "~1.0.0" | ||
|
||
ws@^7, ws@^7.4.4, ws@^7.5.1: | ||
ws@^7, ws@^7.5.1: | ||
version "7.5.9" | ||
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591" | ||
integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q== | ||
|
||
ws@^7.5.10: | ||
version "7.5.10" | ||
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.10.tgz#58b5c20dc281633f6c19113f39b349bd8bd558d9" | ||
integrity sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ== | ||
|
||
ws@^8.12.1: | ||
version "8.13.0" | ||
resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0" | ||
|
Oops, something went wrong.