Skip to content

Commit bcda9f5

Browse files
docs: update upgrade helper doc
1 parent a2fb3ab commit bcda9f5

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

docusaurus/docs/reactnative/basics/upgrade_helper.mdx

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,20 @@ yarn add @stream-io/react-native-cameraroll
2020

2121
## Enable Offline Support
2222

23-
Offline Support is a major opt-in feature introduced in v5 of SDK. To enable offline support please follow the given steps:
23+
Offline Support is a major opt-in feature introduced in v5 of SDK.
24+
Offline storage implementation currently offers following features:
25+
26+
- access to chat when internet is disabled
27+
- faster loading of chat since chat gets loaded from offline storage first before loading data from network
28+
- syncing of database using websocket events and sync api.
29+
30+
Following features are currently **NOT** implemented. They will be implemented gradually as part of minor releases in v5.
31+
32+
- optimistically update offline database during chat interactions such as send message, add reactions etc.
33+
- access to threads in offline mode
34+
- offline caching of attachment images and user images
35+
36+
To enable offline support please follow the given steps:
2437

2538
- **Add `react-native-quick-sqlite` dependency**
2639

0 commit comments

Comments
 (0)