nolanlawson / pouchdb-async-storage

PouchDB adapter for AsyncStorageDOWN for use in React Native (INCOMPLETE)
Apache License 2.0
37 stars 0 forks source link

Not passing the PouchDB test suite due to XHR bug #5

Open nolanlawson opened 9 years ago

nolanlawson commented 9 years ago

@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.

vjeux commented 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

nolanlawson commented 9 years ago

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

svnlto commented 8 years ago

Can we pick this up again?

davidpfahler commented 8 years ago

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?