Slow navigation on Expo app with react-query
I have a screen from my Expo app where I use my own hooks that use react-query's
useQuery and useInfiniteQuery hooks.
Example:
File api.ts
File keys.ts
File module.queries.ts
File Screen.tsx
To access this screen, I need to press a button first, however, the navigation to this screen is being very slow. In other versions of the application, without react-query, this delay does not occur. Has anyone gone through something similar?0 Replies