Skip to content

Commit db396fb

Browse files
committed
fix: update expo app to the latest
2 parents 7fa1628 + 3f2716c commit db396fb

File tree

21 files changed

+1199
-331
lines changed

21 files changed

+1199
-331
lines changed

examples/SampleApp/CHANGELOG.md

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

3+
## [2.2.0](https://github.com/GetStream/stream-chat-react-native/compare/[email protected]@v2.2.0) (2025-01-27)
4+
5+
6+
### Features
7+
8+
* enable swipe to reply for message bubble ([#2892](https://github.com/GetStream/stream-chat-react-native/issues/2892)) ([9c37c25](https://github.com/GetStream/stream-chat-react-native/commit/9c37c253f602892fb6b58c90ce2d92764620e174))
9+
10+
11+
### Bug Fixes
12+
13+
* add latest version >11.2.6 compatibility for op-sqlite ([#2899](https://github.com/GetStream/stream-chat-react-native/issues/2899)) ([d69b2f6](https://github.com/GetStream/stream-chat-react-native/commit/d69b2f674ccc05302e275794bd2599289938f1ca))
14+
315
## [2.1.0](https://github.com/GetStream/stream-chat-react-native/compare/[email protected]@v2.1.0) (2024-12-24)
416

517

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.1.0",
3+
"version": "2.2.0",
44
"private": true,
55
"repository": {
66
"type": "git",

package/CHANGELOG.md

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

3+
## [6.3.0](https://github.com/GetStream/stream-chat-react-native/compare/v6.2.0...v6.3.0) (2025-01-27)
4+
5+
6+
### Features
7+
8+
* enable swipe to reply for message bubble ([#2892](https://github.com/GetStream/stream-chat-react-native/issues/2892)) ([9c37c25](https://github.com/GetStream/stream-chat-react-native/commit/9c37c253f602892fb6b58c90ce2d92764620e174))
9+
10+
11+
### Bug Fixes
12+
13+
* add latest version >11.2.6 compatibility for op-sqlite ([#2899](https://github.com/GetStream/stream-chat-react-native/issues/2899)) ([d69b2f6](https://github.com/GetStream/stream-chat-react-native/commit/d69b2f674ccc05302e275794bd2599289938f1ca))
14+
* properly sync own reads while offline mode is enabled ([#2901](https://github.com/GetStream/stream-chat-react-native/issues/2901)) ([4df41c4](https://github.com/GetStream/stream-chat-react-native/commit/4df41c471ed0e688edb21915c1a044dbdb16a22d))
15+
316
## [6.2.0](https://github.com/GetStream/stream-chat-react-native/compare/v6.1.1...v6.2.0) (2025-01-17)
417

518

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.2.0",
4+
"version": "6.3.0",
55
"author": {
66
"company": "Stream.io Inc",
77
"name": "Stream.io Inc"
@@ -10,7 +10,7 @@
1010
"main": "src/index.js",
1111
"types": "types/index.d.ts",
1212
"dependencies": {
13-
"stream-chat-react-native-core": "6.2.0"
13+
"stream-chat-react-native-core": "6.3.0"
1414
},
1515
"peerDependencies": {
1616
"expo": ">=51.0.0",

package/expo-package/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5113,10 +5113,10 @@ [email protected], stream-buffers@~2.2.0:
51135113
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
51145114
integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==
51155115

5116-
stream-chat-react-native-core@6.2.0:
5117-
version "6.2.0"
5118-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-6.2.0.tgz#3ad5283b88bd92f90ead10d0b2cb29dadbe418c6"
5119-
integrity sha512-2VUF1caOs2T5lN/44DUkasw8mAKIMPkPWym0FdEDOljp2cHaE6w5A7BR2k43W/S+l/Wk63VRs3bVW+v9zYDhFA==
5116+
stream-chat-react-native-core@6.3.0:
5117+
version "6.3.0"
5118+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-6.3.0.tgz#08ec225e89c04b6306e0c8e4d9bffeca2791ade1"
5119+
integrity sha512-8WjfRE4GLr5Y6iU21mFw26KyA0edyGbjkZUuVjjdJnQ0HHdVulFLL0bEp1aRH4/VgEdw6Vz7/e7D8i9IMfm3UA==
51205120
dependencies:
51215121
"@gorhom/bottom-sheet" "^5.0.6"
51225122
dayjs "1.10.5"

package/native-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-react-native",
33
"description": "The official React Native SDK for Stream Chat, a service for building chat applications",
4-
"version": "6.2.0",
4+
"version": "6.3.0",
55
"homepage": "https://www.npmjs.com/package/stream-chat-react-native",
66
"author": {
77
"company": "Stream.io Inc",
@@ -20,7 +20,7 @@
2020
"types": "types/index.d.ts",
2121
"dependencies": {
2222
"es6-symbol": "^3.1.3",
23-
"stream-chat-react-native-core": "6.2.0"
23+
"stream-chat-react-native-core": "6.3.0"
2424
},
2525
"peerDependencies": {
2626
"@react-native-camera-roll/camera-roll": ">=7.8.0",

package/native-package/src/optionalDependencies/Audio.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ class _Audio {
133133
android: `${RNBlobUtil.fs.dirs.CacheDir}/sound.aac`,
134134
ios: 'sound.aac',
135135
});
136-
console.log('ISE: AUDIO: ', this.audioRecordingConfiguration);
137136
const recording = await audioRecorderPlayer.startRecorder(
138137
path,
139138
this.audioRecordingConfiguration.options.audioSet,

package/native-package/src/optionalDependencies/Sound.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const Sound = {
99
? ({ onBuffer, onEnd, onLoad, onProgress, paused, rate, soundRef, style, uri }) => (
1010
<AudioVideoPlayer
1111
audioOnly={true}
12+
ignoreSilentSwitch={'ignore'}
1213
onBuffer={onBuffer}
1314
onEnd={onEnd}
1415
onError={(error: Error) => {

package/native-package/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4242,10 +4242,10 @@ statuses@~1.5.0:
42424242
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
42434243
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
42444244

4245-
stream-chat-react-native-core@6.2.0:
4246-
version "6.2.0"
4247-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-6.2.0.tgz#3ad5283b88bd92f90ead10d0b2cb29dadbe418c6"
4248-
integrity sha512-2VUF1caOs2T5lN/44DUkasw8mAKIMPkPWym0FdEDOljp2cHaE6w5A7BR2k43W/S+l/Wk63VRs3bVW+v9zYDhFA==
4245+
stream-chat-react-native-core@6.3.0:
4246+
version "6.3.0"
4247+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-6.3.0.tgz#08ec225e89c04b6306e0c8e4d9bffeca2791ade1"
4248+
integrity sha512-8WjfRE4GLr5Y6iU21mFw26KyA0edyGbjkZUuVjjdJnQ0HHdVulFLL0bEp1aRH4/VgEdw6Vz7/e7D8i9IMfm3UA==
42494249
dependencies:
42504250
"@gorhom/bottom-sheet" "^5.0.6"
42514251
dayjs "1.10.5"

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stream-chat-react-native-core",
33
"description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
4-
"version": "6.2.0",
4+
"version": "6.3.0",
55
"author": {
66
"company": "Stream.io Inc",
77
"name": "Stream.io Inc"

0 commit comments

Comments
 (0)