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

injectserver not working with react-native 0.44 #22

Closed chunghe closed 7 years ago

chunghe commented 7 years ago

2017-05-05 16 12 50

As the screenshot, after injectserver, the <div id="remote-redux-devtools-on-debugger"></div> will be inside <audio> tag. The redux debugger won't appear.

jhen0409 commented 7 years ago

Thanks! Fixed with https://github.com/jhen0409/remote-redux-devtools-on-debugger/commit/433d140bd260f5c77431f874647ab1cbed3c0a36 first (released as v0.7.1).

Maybe https://github.com/facebook/react-native/pull/13798 is the right way, but I'd not like to wait two months for release, unless it is cherry-pick for 0.44.