Open nolanlawson opened 9 years ago
For context, XHR is a very basic polyfill on react native right now because jscore doesn't provide XHR (unlike chrome or webview environment).
Please let me know what's not working as specified or better submit a pull request to make this case working better
Hey @vjeux, sorry for the slow response. I took another look at this recently, but it seems like asyncstorage-down
itself is unfortunately not working in the latest React Native: https://github.com/tradle/asyncstorage-down/issues/2
Can we pick this up again?
More likely than not, the landscape has very much changed, especially with new react native releases. Hence, my experience back in June and the XHR bugs described above might not at all be relevant anymore.
@svnlto: If you are working on this, what problems do you run into atm?
@davidpfahler You said that when you tested PouchDB with async-storage-down, everything worked fine for storing data locally, but then you ran into some XHR bugs that blocked sync. Could you describe them here? Maybe @vjeux would have some ideas on the fix.