jhen0409 / remotedev-rn-debugger

Injecting remotedev-app monitor into official Remote debugger of React Native. (formerly remote-redux-devtools-on-debugger)
MIT License
244 stars 28 forks source link

Reuse DevTools from remotedev-app #1

Closed zalmoxisus closed 8 years ago

zalmoxisus commented 8 years ago

I like your idea of using a dock monitor here instead of a chrome extension! It wouldn't be sustainable to maintain a fork of remotedev-app here, as there would be a lot of changes (just now I added catching errors, and we'll add ability to customize hostname and port as we discussed). To solve this, I pushed it to npm, so you may just import DevTools from there. Also, if you want to customize it, you may use only the specific part (as we do in Chrome extension).

I'll do a pull request to show how it could be used.