Replies: 1 comment 5 replies
-
Can't you just listen to AppState for this? https://reactnative.dev/docs/appstate |
Beta Was this translation helpful? Give feedback.
5 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.
-
Hi,
I try to use react-query with rnn to handle data fetching. However, I have difficulty to make data fetch work when app is recovered from background state. Normally page change will trigger componentDidAppear but it won't trigger when recover from background state. I wonder how I can proper handle this situation in rnn ?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions