You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I use op-sqlite with react-native-firebase, it throws an error when I run expo run:ios. The error is a repetition of something like this:
In my research, I found this issue GetStream/stream-chat-react-native#2123 that maybe related to this one.
As suggested in this issue, I tried to run OP_SQLITE_USE_PHONE_VERSION=1 npx pod-install, but it does not solve the error.
Describe the bug
When I use op-sqlite with react-native-firebase, it throws an error when I run
expo run:ios
. The error is a repetition of something like this:In my research, I found this issue GetStream/stream-chat-react-native#2123 that maybe related to this one.
As suggested in this issue, I tried to run
OP_SQLITE_USE_PHONE_VERSION=1 npx pod-install
, but it does not solve the error.Versions:
Reproducible example
https://github.com/arthur-fontaine/repro-op-sqlite-firebase-incompatible
Steps:
npm i
npx expo prebuild --clean
npm run ios
The text was updated successfully, but these errors were encountered: