File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
docusaurus/docs/reactnative/basics Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments