React Native details #4273
Unanswered
SalvadorLekan
asked this question in
Q&A
Replies: 1 comment
-
it should happen automatically. It's impossible to say what the problem is without seeing a reproduction. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do I get a component to listen to changes in data when the data has been re-fetched?
The only times the components know there's new data is if I changed the data with
client.setQueryData
orclient.resetQueries
.This process is manual.
I want a way for the components to rerender when a query key cache has changed value.
How do I go about it?
PS: It's React Native.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions