File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
docusaurus/docs/reactnative/basics Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments