Open jhanstra opened 1 week ago
@jhanstra we don't support RN yet!
@aidenybai are you planning to support React Native some time in the future?
also, if you attempted to support, what were main issues/blockers? it'd be good to know if somebody were to consider contributing towards React Native support :)
No idea why this happens, but when I tried to implement react-scan in my React Native / Expo project, I get this error in reference to @tanstack/react-query set-up. When I remove the
scan()
method from the _layout file, the error goes away. Strange. Appreciate your work on this and excited to use it in the future!Error: No QueryClient set, use QueryClientProvider to set one
My _layout file looks like this: