Skip to content

Commit 8207356

Browse files
khushal87isekovanicsemantic-release-bottestableappleStream-SDK-Bot
authored
chore: resolve conflicts from develop (#2682)
* fix: upgrade firebase versions to fix crash (#2646) * fix: audio recording variety bugs (#2648) * fix: variety of bugs in async audio feature * fix: upload of empty messages and console.log cleanup * fix: expo permission race conditions * fix: create pure version of stopRecording() for usage on unmount * fix: remove redundant export * fix: actually amend failing test suites * chore: remove constructors as they are not needed * fix: pr remarks * chore: write some simplistic functionality tests * chore: return class instance rather than class itself for better usability * chore: add more robust tests * fix: linter errors * fix: only display waveform whenever the mic is locked * docs: add Deep Linking guide for the chat SDK (#2651) * fix: change Block user action to Ban user action and UI cookbook for blocking users (#2649) * fix: change Block user action to Ban user action * fix: change Block user action to Ban user action * fix: add back blockUser action and deprecate it * docs: UI Cookbook for Blocking users * chore(release): 5.36.1 [skip ci] * chore(release): 1.28.1 [skip ci] * fix: issue with loading app settings when the connectUser is not called on app (#2654) * fix: issue with loading app settings when the connectUser is not called on app * fix: add comments * fix: add comments * fix: unable to upload file due to special characters in the file name (#2656) * fix: sdk size pr (#2657) * [CI] Update SDK Size (#2653) Co-authored-by: Khushal Agarwal <[email protected]> Co-authored-by: Stream Bot <runner@fv-az1148-731.o3ts4yn1huletmfehy03vvfvxg.dx.internal.cloudapp.net> * chore(release): 5.36.2 [skip ci] * chore(release): 1.28.2 [skip ci] * feat: add live location sharing cookbook (#2659) * feat: add live location ui cookbook * fix: prettier lint * Update docusaurus/docs/reactnative/guides/live-location-sharing.mdx Co-authored-by: Oliver Lazoroski <[email protected]> * lint fixes * fix lint issues * fix locks * move to ruby 3.1 and greater --------- Co-authored-by: Oliver Lazoroski <[email protected]> * chore(release): 5.37.0 [skip ci] * chore(release): 1.29.0 [skip ci] * fix: avoid prepending http before native supported url schemes (#2661) * fix: avoid prepending http before native supported url schemes * fix: move check to link parsing module * fix: bad memoisation in window, screen dimension listener hooks (#2664) * fix: bad memoisation in window, screen dimension listener hooks * remove unused variable * feat: add create chat client hook for easy usage (#2660) * feat: add create chat client hook for easy usage * docs: use useCreateChatClient hook for client creation * fix: bump fastlane plugin version (#2665) * fix: add theme properties for EmptyStateIndicator for message list (#2667) * fix: add theme properties for EmptyStateIndicator for message list * fix: update snapshots * fix: apply card cover theme property order * fix: pagination typescript errors and db synchronization bugs (#2669) * fix: pagination typescript errors and db synchronization bugs * chore: write test for db serialization issue * fix: linter issues * [CI] Bump max tolerance for sdk size analysis (#2674) * chore: bump sample app version to v1.30.0 * fix: remove nin and ne operator usage in the SDK and the sample app (#2672) * fix: remove and operator usage in the SDK and the sample app * fix: remove console log * fix: change console log to warn * fix: add improvemnts * fix: import of debouncefunc * fix: import of debouncefunc * fix: restructure queryMembers, queryUsers and ACItriggersettings * fix: error bubbling for suggestions in auto complete input * fix: request image access permissions for iOS only for native image picking (#2677) * fix: properly resolve sendMessage during memoization (#2675) * fix: properly resolve sendMessage during memoization * fix: remedy change so that it does not cause performance issues * chore: revert sendMessage in the dep array * fix: deprecate messageReactions prop and use isMessageActionsVisible instead for messageActions (#2676) * fix: deprecate messageReactions prop and use isMessageActionsVisible instead for messageActions * docs: fix custom message actions * fix: execution logic for showMessageOverlay * chore(release): 5.38.0 [skip ci] * chore(release): 1.29.1 [skip ci] * fix: update yarn.lock for the project (#2681) * fix: copy message action type for message actions (#2679) * chore: update sdk size (#2678) Co-authored-by: Khushal Agarwal <[email protected]> Co-authored-by: Stream Bot <runner@fv-az1756-392.rxb2ubmju23uthz3oztawtjyeg.dx.internal.cloudapp.net> * chore: resolve conflicts from develop * fix: vale lint issues * fix: new arch project config --------- Co-authored-by: Ivan Sekovanikj <[email protected]> Co-authored-by: semantic-release-bot <[email protected]> Co-authored-by: Alexey Alter-Pesotskiy <[email protected]> Co-authored-by: Stream SDK Bot <[email protected]> Co-authored-by: Stream Bot <runner@fv-az1148-731.o3ts4yn1huletmfehy03vvfvxg.dx.internal.cloudapp.net> Co-authored-by: Santhosh Vaiyapuri <[email protected]> Co-authored-by: Oliver Lazoroski <[email protected]> Co-authored-by: Ivan Sekovanikj <[email protected]> Co-authored-by: Stream Bot <runner@fv-az1756-392.rxb2ubmju23uthz3oztawtjyeg.dx.internal.cloudapp.net>
1 parent 36f2fe1 commit 8207356

File tree

111 files changed

+4678
-2086
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+4678
-2086
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18
1+
v20

README.md

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

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

36.7 KB
Loading
689 KB
Loading
572 KB
Loading
382 KB
Loading
769 KB
Loading
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Function called when the _Ban User_ action is invoked from message actions list.
2+
This function does not override the default behavior of the _Ban User_ action.
3+
Please refer to [the guide on customizing message actions](../../../../guides/custom-message-actions.mdx) for details.
4+
5+
| Type |
6+
| -------- |
7+
| function |
8+
9+
| Parameter | Description |
10+
| --------- | ------------------------------- |
11+
| message | message the action is called on |
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
:::note
2+
This is deprecated. Please use `handleBan` instead.
3+
:::
4+
15
Function called when the _Block User_ action is invoked from message actions list.
26
This function does not override the default behavior of the _Block User_ action.
37
Please refer to [the guide on customizing message actions](../../../../guides/custom-message-actions.mdx) for details.
48

5-
| Type |
6-
| -------- |
7-
| function |
8-
9+
| Type |
10+
| --------- | ------------------------------- |
11+
| function |
912
| Parameter | Description |
1013
| --------- | ------------------------------- |
1114
| message | message the action is called on |

docusaurus/docs/reactnative/contexts/messages-context.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import FormatDate from '../common-content/ui-components/channel/props/format_dat
2525
import Gallery from '../common-content/ui-components/channel/props/gallery.mdx';
2626
import Giphy from '../common-content/ui-components/channel/props/giphy.mdx';
2727
import GiphyVersion from '../common-content/ui-components/channel/props/giphy_version.mdx';
28+
import HandleBan from '../common-content/ui-components/channel/props/handle_ban.mdx';
2829
import HandleBlock from '../common-content/ui-components/channel/props/handle_block.mdx';
2930
import HandleCopy from '../common-content/ui-components/channel/props/handle_copy.mdx';
3031
import HandleDelete from '../common-content/ui-components/channel/props/handle_delete.mdx';
@@ -110,6 +111,10 @@ Id of current channel.
110111

111112
<FormatDate />
112113

114+
### <div class="label description">_forwarded from [Channel](../../core-components/channel#handleban)_ props</div> `handleBan` {#handleban}
115+
116+
<HandleBan />
117+
113118
### <div class="label description">_forwarded from [Channel](../../core-components/channel#handleblock)_ props</div> `handleBlock` {#handleblock}
114119

115120
<HandleBlock />

0 commit comments

Comments
 (0)