stream-chat-react-native
stream-chat-react-native copied to clipboard
offliine support v5
Good day,
I am still encountering the react-native-quick-sqlite issue. I removed both yarn.lock file and node_modules and reinstalled. I also did pod deintegrate and installed pods again. I'm using stream-chat-react-native 5.3.0 and react-native-quick-sqlite 4.0.7.
@akanz thanks for reaching out, can you please be more specific, with which issue you're getting precisely? Please fill here below the following template
I am trying to enable offline support for getstream chat reactnative but I keep getting react-native-quick-sqlite not installed.
Dev environment info (please complete/provide the following information):
stream-chat-react-native@^5.3.0 [email protected] ios emulator OS 15.5
To Reproduce Steps to reproduce the behavior:
Migrated to v5. I installed the latest stream-chat-react-native and installed react-native-quick-sqlite. run npx pod install. Trying to enable offline support with the enableOfflineSupport prop throws the error.
I have removed node_modules and yarn.lock file and reinstalled but throws same error.

Hey @akanz can you try running yarn start --reset-cache and then yarn run ios? I hope this helps. Make sure you have the package react-native-quick-sqlite and have done pod install.
I tried the above. removed and reinstall but gives the same error message. NB: I am using reactnative 0.69 patch
@akanz would you mind sharing with us minimum reproducible repository for this issue?
The fastest way to achieve this is with the following command to create a new RN project with Stream chat in it:
npx react-native init MyApp --template stream-chat-react-native-template
Please then share a Github repo with us, where we can explore the issue ourselves.
https://github.com/GetStream/stream-chat-react-native/issues/1788
Your template is very old, and not using React 18 and React Native 0.70.5
@billnbell, thanks for reaching out. I'll be closing this issue due to inactivity. Please don't hesitate to contact us in the future with the reproducible GH repo.
- We will be updating the
stream-chat-react-native-templatetemplate; At the moment, we're not supporting this template officially.
Your template is very old, and not using React 18 and React Native 0.70.5
No it's not... ran into the same issue on iOS with quite a new template.... Issue was resolved by switching of the debugger (react native debugger)
@billnbell, thanks for reaching out. I'll be closing this issue due to inactivity. Please don't hesitate to contact us in the future with the reproducible GH repo.
- We will be updating the
stream-chat-react-native-templatetemplate; At the moment, we're not supporting this template officially.
It doesn't work well with react native debugger