We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cab284 commit 796e809Copy full SHA for 796e809
docusaurus/docs/reactnative/basics/upgrade_helper.mdx
@@ -18,6 +18,14 @@ yarn remove @react-native-community/cameraroll
18
yarn add @stream-io/react-native-cameraroll
19
```
20
21
+## Prop or Context Changes
22
+
23
+Following values in [`ImageGalleryContext`](https://getstream.io/chat/docs/sdk/reactnative/v5/contexts/image-gallery-context/#value) have been renamed
24
+ - `image` -> `selectedMessage`
25
+ - `setImage` -> `setSelectedMessage`
26
+ - `images` -> `messages`
27
+ - `setImages` -> `setMessages`
28
29
## Enable Offline Support
30
31
Offline Support is a major opt-in feature introduced in v5 of SDK.
0 commit comments