File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docusaurus/docs/reactnative/basics Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
If you have installed ` stream-chat ` dependency explicitely on your application, then upgrade it to v7
26
26
27
27
``` bash
28
- yarn add stream-chat@7.0.0-offline-support.4
28
+ yarn add stream-chat@7.0.0
29
29
```
30
30
31
31
- ** Add ` react-native-quick-sqlite ` dependency**
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Following values in [`ImageGalleryContext`](https://getstream.io/chat/docs/sdk/r
20
20
- If you have installed ` stream-chat ` dependency explicitly on your application, then upgrade it to v7
21
21
22
22
``` bash
23
- yarn add stream-chat@7.0.0-offline-support.4
23
+ yarn add stream-chat@7.0.0
24
24
```
25
25
26
26
- Replace [ ` @react-native-community/cameraroll ` ] ( https://github.com/react-native-cameraroll/react-native-cameraroll ) dependency with [ ` @react-native-camera-roll/camera-roll ` ] ( https://www.npmjs.com/package/@react-native-camera-roll/camera-roll )
You can’t perform that action at this time.
0 commit comments