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
Example:
File
File
File
File
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
useQuery and useInfiniteQuery hooks.Example:
File
api.tsFile
keys.tsFile
module.queries.tsFile
Screen.tsxTo 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?