Skip to content

Offline Support Does not work with "stream-chat-expo" #1802

@mattensor

Description

@mattensor

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.

image

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:

  1. Install react-native-quick-sqlite
  2. enable offline support
<Chat client={chatClient} enableOfflineSupport={true}>
 ...
</Chat>

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions