Skip to content

Commit b8721ec

Browse files
committed
Merge branch 'develop' into feat/reactive-channel-list-poc
# Conflicts: # examples/ExpoMessaging/yarn.lock # examples/SampleApp/yarn.lock # examples/TypeScriptMessaging/yarn.lock # package/src/components/ChannelList/ChannelList.tsx
2 parents ff68e5c + b2de80c commit b8721ec

File tree

28 files changed

+736
-650
lines changed

28 files changed

+736
-650
lines changed

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-463%20KB-blue)
13+
![JS Bundle Size](https://img.shields.io/badge/js_bundle_size-468%20KB-blue)
1414

1515
<img align="right" src="https://getstream.imgix.net/images/ios-chat-tutorial/[email protected]?auto=format,enhance" width="50%" />
1616

examples/ExpoMessaging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"eject": "expo eject"
1111
},
1212
"dependencies": {
13-
"@op-engineering/op-sqlite": "^11.2.13",
13+
"@op-engineering/op-sqlite": "^11.4.2",
1414
"@react-native-community/netinfo": "11.4.1",
1515
"@react-navigation/elements": "^1.3.30",
1616
"expo": "~52.0.20",

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.3.1](https://github.com/GetStream/stream-chat-react-native/compare/[email protected]@v2.3.1) (2025-01-30)
4+
5+
6+
### Bug Fixes
7+
8+
* bump stream-chat-js version for poll state invalidation bug ([#2918](https://github.com/GetStream/stream-chat-react-native/issues/2918)) ([555fb68](https://github.com/GetStream/stream-chat-react-native/commit/555fb68db55a787c605103bdf07a9e7eadc18394))
9+
310
## [2.3.0](https://github.com/GetStream/stream-chat-react-native/compare/[email protected]@v2.3.0) (2025-01-29)
411

512

examples/SampleApp/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ruby ">= 2.6.10"
77
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
88
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
99
gem 'xcodeproj', '< 1.26.0'
10+
gem 'concurrent-ruby', '< 1.3.4'
1011
gem 'fastlane'
1112
gem 'rubocop-performance'
1213
gem 'rubocop-require_tools'

examples/SampleApp/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
compileSdkVersion = 35
99
targetSdkVersion = 34
1010
ndkVersion = "26.1.10909125"
11-
kotlinVersion = "1.9.24"
11+
kotlinVersion = "1.9.25"
1212
androidXCore = "1.0.2"
1313
}
1414
repositories {

0 commit comments

Comments
 (0)