David AlonsoD
Convex Community12mo ago
11 replies
David Alonso

ConvexQueryCacheProvider in Expo?

I'm adding the following import to my Expo app:
import { ConvexQueryCacheProvider } from 'convex-helpers/react/cache/provider';
and wrapping the app with
<ConvexQueryCacheProvider>


But somehow I still get the error message saying that this provider is missing. I'm wondering if this is supposed to work in RN/Expo?
Was this page helpful?