Closed krunaldodiya closed 4 years ago
Can you please provide a sample React native app with offline mutation, persist cache using sqlite or asyncstorage that work 100% offline
Hey @kunaldodiya thanks for logging an issue. I'm afraid this error doesn't really provide any information that can help me understand the problem. Do you have a repo with your code that I could try out? I might be able to find the issue if I can look at the code.
Please also see this previous issue where a couple of steps to use offix-client
in react native were mentioned https://github.com/aerogear/offix/issues/23
just created a demo app https://github.com/kunaldodiya/offix-demo
We have provided docs and sample app https://offix.dev/docs/next/react-native
O have checked your example app and after applying wrappers from docs things work for me. However I needed to remove other links - maybe problem is with them?
Since docs and sample all exist now I'm going to close this issue, however if you will still see this problem feel free to reopen it.
Thank you so much for improving offix
If I am not wrong, this package add support for offline mutation but as soon as i switch off my internet and force restart app it shows this, how can i handle this error ?