File tree Expand file tree Collapse file tree 7 files changed +22
-14
lines changed Expand file tree Collapse file tree 7 files changed +22
-14
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ### [ 7.2.1] ( https://github.com/GetStream/stream-chat-react-native/compare/v7.2.0...v7.2.1 ) (2025-06-26)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * android 35 keyboard issues ([ #3134 ] ( https://github.com/GetStream/stream-chat-react-native/issues/3134 ) ) ([ 241d1db] ( https://github.com/GetStream/stream-chat-react-native/commit/241d1db886fb85b5397f1ebde2e8d7a76c85abeb ) )
9
+ * properly set minIndexForVisible ([ #3136 ] ( https://github.com/GetStream/stream-chat-react-native/issues/3136 ) ) ([ 857d220] ( https://github.com/GetStream/stream-chat-react-native/commit/857d2203559bf093be61c45a019d7e96ff9fd10b ) )
10
+
3
11
## [ 7.2.0] ( https://github.com/GetStream/stream-chat-react-native/compare/v7.1.2...v7.2.0 ) (2025-06-23)
4
12
5
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stream-chat-expo" ,
3
3
"description" : " The official Expo SDK for Stream Chat, a service for building chat applications" ,
4
- "version" : " 7.2.0 " ,
4
+ "version" : " 7.2.1 " ,
5
5
"author" : {
6
6
"company" : " Stream.io Inc" ,
7
7
"name" : " Stream.io Inc"
11
11
"types" : " types/index.d.ts" ,
12
12
"dependencies" : {
13
13
"mime" : " ^4.0.7" ,
14
- "stream-chat-react-native-core" : " 7.2.0 "
14
+ "stream-chat-react-native-core" : " 7.2.1 "
15
15
},
16
16
"peerDependencies" : {
17
17
"expo" : " >=51.0.0" ,
Original file line number Diff line number Diff line change 3839
3839
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
3840
3840
integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==
3841
3841
3842
- stream-chat-react-native-core@7.1.2 :
3843
- version "7.1.2 "
3844
- resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-7.1.2. tgz#5870a1188ecbf8c3b705d74379d19ff77efce2c5 "
3845
- integrity sha512-Ob+V8tt+7L+7BRkWyWbFlju6E/8MAoB/NUZ8ENtEEijq5QBNWnVvZctQSZuekIOVrfoP9EenlIOPadHnN/mvYA ==
3842
+ stream-chat-react-native-core@7.2.0 :
3843
+ version "7.2.0 "
3844
+ resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-7.2.0. tgz#9c60f0235a84f22077dd56c57a532e19701dcd15 "
3845
+ integrity sha512-DXToshO7/6Bu+Rk03fTeP3W3LFlkOpRph/Iu9OtAU0QzDdG2IgMa1tNhiDEmFmJHjWROjFZtBmyV1Cuk4vFiAQ ==
3846
3846
dependencies :
3847
3847
" @gorhom/bottom-sheet" " ^5.1.6"
3848
3848
dayjs "1.11.13"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stream-chat-react-native" ,
3
3
"description" : " The official React Native SDK for Stream Chat, a service for building chat applications" ,
4
- "version" : " 7.2.0 " ,
4
+ "version" : " 7.2.1 " ,
5
5
"homepage" : " https://www.npmjs.com/package/stream-chat-react-native" ,
6
6
"author" : {
7
7
"company" : " Stream.io Inc" ,
21
21
"dependencies" : {
22
22
"es6-symbol" : " ^3.1.3" ,
23
23
"mime" : " ^4.0.7" ,
24
- "stream-chat-react-native-core" : " 7.2.0 "
24
+ "stream-chat-react-native-core" : " 7.2.1 "
25
25
},
26
26
"peerDependencies" : {
27
27
"@react-native-camera-roll/camera-roll" : " >=7.8.0" ,
Original file line number Diff line number Diff line change @@ -2611,10 +2611,10 @@ statuses@~1.5.0:
2611
2611
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
2612
2612
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
2613
2613
2614
- stream-chat-react-native-core@7.1.2 :
2615
- version "7.1.2 "
2616
- resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-7.1.2. tgz#5870a1188ecbf8c3b705d74379d19ff77efce2c5 "
2617
- integrity sha512-Ob+V8tt+7L+7BRkWyWbFlju6E/8MAoB/NUZ8ENtEEijq5QBNWnVvZctQSZuekIOVrfoP9EenlIOPadHnN/mvYA ==
2614
+ stream-chat-react-native-core@7.2.0 :
2615
+ version "7.2.0 "
2616
+ resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-7.2.0. tgz#9c60f0235a84f22077dd56c57a532e19701dcd15 "
2617
+ integrity sha512-DXToshO7/6Bu+Rk03fTeP3W3LFlkOpRph/Iu9OtAU0QzDdG2IgMa1tNhiDEmFmJHjWROjFZtBmyV1Cuk4vFiAQ ==
2618
2618
dependencies :
2619
2619
" @gorhom/bottom-sheet" " ^5.1.6"
2620
2620
dayjs "1.11.13"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stream-chat-react-native-core" ,
3
3
"description" : " The official React Native and Expo components for Stream Chat, a service for building chat applications" ,
4
- "version" : " 7.2.0 " ,
4
+ "version" : " 7.2.1 " ,
5
5
"author" : {
6
6
"company" : " Stream.io Inc" ,
7
7
"name" : " Stream.io Inc"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 7.2.0 "
2
+ "version" : " 7.2.1 "
3
3
}
You can’t perform that action at this time.
0 commit comments