Replies: 2 comments 1 reply
-
I can't get the example to work sadly. Maybe you can add some logging here:
what is client, and what is the stringified version of it. If that is what you'd expect it to be, the issue would be that |
Beta Was this translation helpful? Give feedback.
-
The problem I think is with the api returning way to much of base64 data . The better solution would be to change the rest api to return only the file path and download the files separately so its not a part of the persisted data. Thanks for all the time spent on this : ) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to get the react query cache persisted using react-native-mmkv. Please find link with the code.
Code with react-native-mmkv persister
The problem with this is i think with everytime there is a save the data is appended to the file where the data is persisted
Here is how the persisted file looks like
Any idea as to what i am missing to get this to working ?
Thanks & Regards,
Francis P.
Beta Was this translation helpful? Give feedback.
All reactions