-
Notifications
You must be signed in to change notification settings - Fork 359
Closed
Labels
EnhancementNew feature or requestNew feature or request
Description
Describe the bug
Hey there I've been following the react native tutorial for an expo application. When I try to setup offline support I get the following error: please install react-native-quick-sqlite but I have already installed the dependancy. Can I expect offline support to work for expo apps? I assume I may be missing an obvious step.
I have tried both versions 4.08 & 5.03 of react-native-quick-sqlite.
Dev environment info (please complete/provide the following information):
- Package version "stream-chat-expo": "^5.4.2"
- react-native or "expo": "^46.0.2"
- Device/Emulator (android/ios) and OS version: iPhone 14 Pro Max - iOS 16.0
To Reproduce
Steps to reproduce the behavior:
- Install react-native-quick-sqlite
- enable offline support
<Chat client={chatClient} enableOfflineSupport={true}>
...
</Chat>
Metadata
Metadata
Assignees
Labels
EnhancementNew feature or requestNew feature or request
