Skip to content

Commit 7b68aa7

Browse files
docs: added missing performance fixes to upgrade guide
1 parent fb334ab commit 7b68aa7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docusaurus/docs/reactnative/basics/upgrade_helper.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,9 @@ You can override these capabilities on UI level by providing [`overrideOwnCapabi
277277
- `react-native-reanimated` based animations have been removed from Message component for performance reason [#987](https://github.com/GetStream/stream-chat-react-native/pull/987).
278278
- Long press animation on message UI has been removed
279279
- `animatedLongPress` prop has been removed from `Channel` component.
280+
- Redundant http requests for downloading image attachments have been fixed [#1010](https://github.com/GetStream/stream-chat-react-native/pull/1010)
281+
- Performance intensive legacy image viewer behaviour has been turned off by default [#1006](https://github.com/GetStream/stream-chat-react-native/pull/1006).
282+
Please take a look at description of the prop [legacyImageViewerSwipeBehaviour](../core-components/channel.mdx#legacyimageviewerswipebehaviour) for details.
280283

281284
### Improved Customizability
282285

0 commit comments

Comments
 (0)