stream-chat-react-native 6.3.0 → 6.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
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": "6.3.0",
4
+ "version": "6.3.1",
5
5
  "homepage": "https://www.npmjs.com/package/stream-chat-react-native",
6
6
  "author": {
7
7
  "company": "Stream.io Inc",
@@ -20,7 +20,7 @@
20
20
  "types": "types/index.d.ts",
21
21
  "dependencies": {
22
22
  "es6-symbol": "^3.1.3",
23
- "stream-chat-react-native-core": "6.3.0"
23
+ "stream-chat-react-native-core": "6.3.1"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "@react-native-camera-roll/camera-roll": ">=7.8.0",
@@ -133,7 +133,6 @@ class _Audio {
133
133
  android: `${RNBlobUtil.fs.dirs.CacheDir}/sound.aac`,
134
134
  ios: 'sound.aac',
135
135
  });
136
- console.log('ISE: AUDIO: ', this.audioRecordingConfiguration);
137
136
  const recording = await audioRecorderPlayer.startRecorder(
138
137
  path,
139
138
  this.audioRecordingConfiguration.options.audioSet,
@@ -9,6 +9,7 @@ export const Sound = {
9
9
  ? ({ onBuffer, onEnd, onLoad, onProgress, paused, rate, soundRef, style, uri }) => (
10
10
  <AudioVideoPlayer
11
11
  audioOnly={true}
12
+ ignoreSilentSwitch={'ignore'}
12
13
  onBuffer={onBuffer}
13
14
  onEnd={onEnd}
14
15
  onError={(error: Error) => {