How to clear cache on react native? #1099
Unanswered
alimertcakar
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Anyone have any suggestions on this? Even just invalidating the cache so it shows nothing would be better then old data. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
import { cache } from "swr" ; cache.clear();
I run this on logout, yet I still get the cached old user data. What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions