Skip to content

Commit 53a9c41

Browse files
docs: update stream-chat version in docs
1 parent 550fba7 commit 53a9c41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docusaurus/docs/reactnative/basics/offline_support.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ level.
2525
If you have installed `stream-chat` dependency explicitely on your application, then upgrade it to v7
2626

2727
```bash
28-
yarn add stream-chat@7.0.0-offline-support.4
28+
yarn add stream-chat@7.0.0
2929
```
3030

3131
- **Add `react-native-quick-sqlite` dependency**

docusaurus/docs/reactnative/basics/upgrade_helper.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Following values in [`ImageGalleryContext`](https://getstream.io/chat/docs/sdk/r
2020
- If you have installed `stream-chat` dependency explicitly on your application, then upgrade it to v7
2121

2222
```bash
23-
yarn add stream-chat@7.0.0-offline-support.4
23+
yarn add stream-chat@7.0.0
2424
```
2525

2626
- 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)

0 commit comments

Comments
 (0)