Skip to content

Commit fc69634

Browse files
committed
Merge branch 'develop' into docs/fix-grammar-and-editing
# Conflicts: # docusaurus/docs/reactnative/basics/upgrade_helper.mdx
2 parents 00b44da + 86c252b commit fc69634

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docusaurus/docs/reactnative/basics/upgrade_helper.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following values in [`ImageGalleryContext`](https://getstream.io/chat/docs/s
3131
yarn remove @react-native-community/cameraroll
3232
yarn add @react-native-camera-roll/camera-roll
3333
```
34-
34+
3535
## Unique Chat Component Instance
3636

3737
Until v4, you could provide a separate `Chat` component for each usage of `Channel` component or `ChannelList` component.
@@ -130,3 +130,4 @@ To enable offline support, please follow the given steps:
130130
QuickSqliteClient.resetDB();
131131
chatClient.disconnectUser();
132132
```
133+
To enable offline support please check the [Offline Support](./offline_support.mdx) guide.

0 commit comments

Comments
 (0)