pouchdb / pouchdb-fauxton

Fork of CouchDB Fauxton for PouchDB Server
Apache License 2.0
6 stars 7 forks source link

Support for ReactNative #17

Open lingz opened 7 years ago

lingz commented 7 years ago

It would be great to use this with ReactNative, there is only one small problem. It currently looks for window.PouchDB on the top thread, however it needs to use the debugger.js thread that the remote debugger runs in instead.