Skip to content

Commit 8e50703

Browse files
committed
Merge branch 'V7' into feat/offline-support-v2
2 parents f6cbe6c + 16c16a4 commit 8e50703

16 files changed

Lines changed: 75 additions & 95 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![NPM](https://img.shields.io/npm/v/stream-chat-react-native.svg)](https://www.npmjs.com/package/stream-chat-react-native)
1111
[![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)
1212
[![Component Reference](https://img.shields.io/badge/docs-component%20reference-blue.svg)](https://getstream.io/chat/docs/sdk/reactnative)
13-
![JS Bundle Size](https://img.shields.io/badge/js_bundle_size-467%20KB-blue)
13+
![JS Bundle Size](https://img.shields.io/badge/js_bundle_size-469%20KB-blue)
1414

1515
<img align="right" src="https://getstream.imgix.net/images/ios-chat-tutorial/iphone_chat_art@3x.png?auto=format,enhance" width="50%" />
1616

examples/ExpoMessaging/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7422,10 +7422,10 @@ stream-buffers@2.2.x, stream-buffers@~2.2.0:
74227422
version "0.0.0"
74237423
uid ""
74247424

7425-
stream-chat-react-native-core@6.7.3:
7426-
version "6.7.3"
7427-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-6.7.3.tgz#7e213c03a7414c85ec4ba9da247d9703878ab520"
7428-
integrity sha512-dYoYkVah7l4bmkI0vl7Ma6qD+xjsmeFWOdz7EVwbtR+B3HPMsgz8eRAmBj/p2xcSANxh1bPRD0iLlvD30vXyzg==
7425+
stream-chat-react-native-core@6.7.4:
7426+
version "6.7.4"
7427+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-6.7.4.tgz#9709465e161e32cf358034a82c284cc16369397a"
7428+
integrity sha512-YCAXBfdbazFIpO1EI9Czd2QYaFCJX+i9q710L3xPB4mRuaNl2SL8kH+RTj4Ur9Fyl3u1fcDI+1o/iYnaap1Uwg==
74297429
dependencies:
74307430
"@gorhom/bottom-sheet" "^5.1.1"
74317431
dayjs "1.10.5"
@@ -7445,10 +7445,10 @@ stream-chat-react-native-core@6.7.3:
74457445
version "0.0.0"
74467446
uid ""
74477447

7448-
stream-chat@9.0.0-rc.14:
7449-
version "9.0.0-rc.14"
7450-
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-9.0.0-rc.14.tgz#dd004add99e4fae24ec912f92bcb5487aa57a06f"
7451-
integrity sha512-dmRSWXkMljW+FNfui/Jy//Dn8ALWvNN25yaXaF4mcGgK5J+Qzq8mkK+YNeqp6VB3rVrotfFEGJk8Ma8FDhsFmA==
7448+
stream-chat@9.0.0-rc.15:
7449+
version "9.0.0-rc.15"
7450+
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-9.0.0-rc.15.tgz#6a35f27c38be2e021a3e62abcffa40aaef84fc0a"
7451+
integrity sha512-n8IftP103jp8IVOUZA4mnOvEIbyzGTVjoL3rDm42apk8DRHz2/vdvgyTYUJysDNYh+Oxu5HwWObToKv1c/Bxdw==
74527452
dependencies:
74537453
"@types/jsonwebtoken" "^9.0.8"
74547454
"@types/ws" "^8.5.14"

examples/SampleApp/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
### [2.5.3](https://github.com/GetStream/stream-chat-react-native/compare/sampleapp@v2.5.2...sampleapp@v2.5.3) (2025-04-30)
4+
5+
6+
### Bug Fixes
7+
8+
* thread messages updates ([#3069](https://github.com/GetStream/stream-chat-react-native/issues/3069)) ([9705d90](https://github.com/GetStream/stream-chat-react-native/commit/9705d90fbfbf60f7c0f791795e240dd40cd85eab))
9+
310
### [2.5.2](https://github.com/GetStream/stream-chat-react-native/compare/sampleapp@v2.5.1...sampleapp@v2.5.2) (2025-04-22)
411

512

examples/SampleApp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sampleapp",
3-
"version": "2.5.2",
3+
"version": "2.5.3",
44
"private": true,
55
"repository": {
66
"type": "git",

examples/SampleApp/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4089,7 +4089,7 @@ es6-iterator@^2.0.3:
40894089
es5-ext "^0.10.35"
40904090
es6-symbol "^3.1.1"
40914091

4092-
es6-symbol@^3.1.1, es6-symbol@^3.1.3, es6-symbol@^3.1.4:
4092+
es6-symbol@^3.1.1, es6-symbol@^3.1.3:
40934093
version "3.1.4"
40944094
resolved "https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.4.tgz#f4e7d28013770b4208ecbf3e0bf14d3bcb557b8c"
40954095
integrity sha512-U9bFFjX8tFiATgtkJ1zg25+KviIXpgRvRHS8sau3GfhVzThRQrOeksPeT0BWW2MNZs1OEWJ1DPXOQMn0KKRkvg==
@@ -7559,10 +7559,10 @@ statuses@~1.5.0:
75597559
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
75607560
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
75617561

7562-
stream-chat-react-native-core@6.7.3:
7563-
version "6.7.3"
7564-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-6.7.3.tgz#7e213c03a7414c85ec4ba9da247d9703878ab520"
7565-
integrity sha512-dYoYkVah7l4bmkI0vl7Ma6qD+xjsmeFWOdz7EVwbtR+B3HPMsgz8eRAmBj/p2xcSANxh1bPRD0iLlvD30vXyzg==
7562+
stream-chat-react-native-core@6.7.4:
7563+
version "6.7.4"
7564+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-6.7.4.tgz#9709465e161e32cf358034a82c284cc16369397a"
7565+
integrity sha512-YCAXBfdbazFIpO1EI9Czd2QYaFCJX+i9q710L3xPB4mRuaNl2SL8kH+RTj4Ur9Fyl3u1fcDI+1o/iYnaap1Uwg==
75667566
dependencies:
75677567
"@gorhom/bottom-sheet" "^5.1.1"
75687568
dayjs "1.10.5"
@@ -7586,10 +7586,10 @@ stream-chat-react-native-core@6.7.3:
75867586
version "0.0.0"
75877587
uid ""
75887588

7589-
stream-chat@9.0.0-rc.14:
7590-
version "9.0.0-rc.14"
7591-
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-9.0.0-rc.14.tgz#dd004add99e4fae24ec912f92bcb5487aa57a06f"
7592-
integrity sha512-dmRSWXkMljW+FNfui/Jy//Dn8ALWvNN25yaXaF4mcGgK5J+Qzq8mkK+YNeqp6VB3rVrotfFEGJk8Ma8FDhsFmA==
7589+
stream-chat@9.0.0-rc.15:
7590+
version "9.0.0-rc.15"
7591+
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-9.0.0-rc.15.tgz#6a35f27c38be2e021a3e62abcffa40aaef84fc0a"
7592+
integrity sha512-n8IftP103jp8IVOUZA4mnOvEIbyzGTVjoL3rDm42apk8DRHz2/vdvgyTYUJysDNYh+Oxu5HwWObToKv1c/Bxdw==
75937593
dependencies:
75947594
"@types/jsonwebtoken" "^9.0.8"
75957595
"@types/ws" "^8.5.14"

examples/TypeScriptMessaging/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3578,7 +3578,7 @@ es6-iterator@^2.0.3:
35783578
es5-ext "^0.10.35"
35793579
es6-symbol "^3.1.1"
35803580

3581-
es6-symbol@^3.1.1, es6-symbol@^3.1.3, es6-symbol@^3.1.4:
3581+
es6-symbol@^3.1.1, es6-symbol@^3.1.3:
35823582
version "3.1.4"
35833583
resolved "https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.4.tgz#f4e7d28013770b4208ecbf3e0bf14d3bcb557b8c"
35843584
integrity sha512-U9bFFjX8tFiATgtkJ1zg25+KviIXpgRvRHS8sau3GfhVzThRQrOeksPeT0BWW2MNZs1OEWJ1DPXOQMn0KKRkvg==
@@ -6945,10 +6945,10 @@ statuses@~1.5.0:
69456945
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
69466946
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
69476947

6948-
stream-chat-react-native-core@6.7.3:
6949-
version "6.7.3"
6950-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-6.7.3.tgz#7e213c03a7414c85ec4ba9da247d9703878ab520"
6951-
integrity sha512-dYoYkVah7l4bmkI0vl7Ma6qD+xjsmeFWOdz7EVwbtR+B3HPMsgz8eRAmBj/p2xcSANxh1bPRD0iLlvD30vXyzg==
6948+
stream-chat-react-native-core@6.7.4:
6949+
version "6.7.4"
6950+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-6.7.4.tgz#9709465e161e32cf358034a82c284cc16369397a"
6951+
integrity sha512-YCAXBfdbazFIpO1EI9Czd2QYaFCJX+i9q710L3xPB4mRuaNl2SL8kH+RTj4Ur9Fyl3u1fcDI+1o/iYnaap1Uwg==
69526952
dependencies:
69536953
"@gorhom/bottom-sheet" "^5.1.1"
69546954
dayjs "1.10.5"
@@ -6972,10 +6972,10 @@ stream-chat-react-native-core@6.7.3:
69726972
version "0.0.0"
69736973
uid ""
69746974

6975-
stream-chat@9.0.0-rc.14:
6976-
version "9.0.0-rc.14"
6977-
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-9.0.0-rc.14.tgz#dd004add99e4fae24ec912f92bcb5487aa57a06f"
6978-
integrity sha512-dmRSWXkMljW+FNfui/Jy//Dn8ALWvNN25yaXaF4mcGgK5J+Qzq8mkK+YNeqp6VB3rVrotfFEGJk8Ma8FDhsFmA==
6975+
stream-chat@9.0.0-rc.15:
6976+
version "9.0.0-rc.15"
6977+
resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-9.0.0-rc.15.tgz#6a35f27c38be2e021a3e62abcffa40aaef84fc0a"
6978+
integrity sha512-n8IftP103jp8IVOUZA4mnOvEIbyzGTVjoL3rDm42apk8DRHz2/vdvgyTYUJysDNYh+Oxu5HwWObToKv1c/Bxdw==
69796979
dependencies:
69806980
"@types/jsonwebtoken" "^9.0.8"
69816981
"@types/ws" "^8.5.14"

package/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
### [6.7.4](https://github.com/GetStream/stream-chat-react-native/compare/v6.7.3...v6.7.4) (2025-04-30)
4+
5+
6+
### Bug Fixes
7+
8+
* image gallery extra customizations ([#3071](https://github.com/GetStream/stream-chat-react-native/issues/3071)) ([76ca4b1](https://github.com/GetStream/stream-chat-react-native/commit/76ca4b1dcf15cc9cef94faef648593f3021f16d0))
9+
* keybaord taking full screen issue when the prefer cross-fade transition setting is enabled ([#3072](https://github.com/GetStream/stream-chat-react-native/issues/3072)) ([7199f39](https://github.com/GetStream/stream-chat-react-native/commit/7199f39ad7353f0ef000d6ad4421f721e9b10c70))
10+
* respect commands config from dashboard ([#3070](https://github.com/GetStream/stream-chat-react-native/issues/3070)) ([816081d](https://github.com/GetStream/stream-chat-react-native/commit/816081d9b991d39ca819b144a9ff8eacb3d662ff))
11+
* respect the hasCommand channel prop as well ([322b242](https://github.com/GetStream/stream-chat-react-native/commit/322b242fb59c0b28bc6d0d8c5de1baed8205fd3e))
12+
* thread messages updates ([#3069](https://github.com/GetStream/stream-chat-react-native/issues/3069)) ([9705d90](https://github.com/GetStream/stream-chat-react-native/commit/9705d90fbfbf60f7c0f791795e240dd40cd85eab))
13+
314
### [6.7.3](https://github.com/GetStream/stream-chat-react-native/compare/v6.7.2...v6.7.3) (2025-04-22)
415

516

package/expo-package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stream-chat-expo",
33
"description": "The official Expo SDK for Stream Chat, a service for building chat applications",
4-
"version": "6.7.3",
4+
"version": "6.7.4",
55
"author": {
66
"company": "Stream.io Inc",
77
"name": "Stream.io Inc"
@@ -11,7 +11,7 @@
1111
"types": "types/index.d.ts",
1212
"dependencies": {
1313
"mime": "^4.0.7",
14-
"stream-chat-react-native-core": "6.7.3"
14+
"stream-chat-react-native-core": "6.7.4"
1515
},
1616
"peerDependencies": {
1717
"expo": ">=51.0.0",

package/expo-package/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4780,10 +4780,10 @@ stream-buffers@2.2.x, stream-buffers@~2.2.0:
47804780
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
47814781
integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==
47824782

4783-
stream-chat-react-native-core@6.7.3:
4784-
version "6.7.3"
4785-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-6.7.3.tgz#7e213c03a7414c85ec4ba9da247d9703878ab520"
4786-
integrity sha512-dYoYkVah7l4bmkI0vl7Ma6qD+xjsmeFWOdz7EVwbtR+B3HPMsgz8eRAmBj/p2xcSANxh1bPRD0iLlvD30vXyzg==
4783+
stream-chat-react-native-core@6.7.4:
4784+
version "6.7.4"
4785+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-6.7.4.tgz#9709465e161e32cf358034a82c284cc16369397a"
4786+
integrity sha512-YCAXBfdbazFIpO1EI9Czd2QYaFCJX+i9q710L3xPB4mRuaNl2SL8kH+RTj4Ur9Fyl3u1fcDI+1o/iYnaap1Uwg==
47874787
dependencies:
47884788
"@gorhom/bottom-sheet" "^5.1.1"
47894789
dayjs "1.10.5"

package/native-package/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stream-chat-react-native",
33
"description": "The official React Native SDK for Stream Chat, a service for building chat applications",
4-
"version": "6.7.3",
4+
"version": "6.7.4",
55
"homepage": "https://www.npmjs.com/package/stream-chat-react-native",
66
"author": {
77
"company": "Stream.io Inc",
@@ -19,9 +19,9 @@
1919
"main": "src/index.js",
2020
"types": "types/index.d.ts",
2121
"dependencies": {
22-
"es6-symbol": "^3.1.4",
22+
"es6-symbol": "^3.1.3",
2323
"mime": "^4.0.7",
24-
"stream-chat-react-native-core": "6.7.3"
24+
"stream-chat-react-native-core": "6.7.4"
2525
},
2626
"peerDependencies": {
2727
"@react-native-camera-roll/camera-roll": ">=7.8.0",

0 commit comments

Comments
 (0)