Jhen-Jie Hong

Results 90 comments of Jhen-Jie Hong

I've tried RN 0.48.4 in the same environment as you, but I can't get the same problem. ![test](https://user-images.githubusercontent.com/3001525/30918263-abe6e3e4-a363-11e7-92fb-f1fb3195ca04.png) I got these context menu items as expected and works fine. You...

Hi, we have `rn-debugger-linux-x64.zip` in the [releases](https://github.com/jhen0409/react-native-debugger/releases) page, or have you got any problems about use the Linux binary? Need more information.

> i couldn't find any installation command for linux. We haven't a command yet (like `apt`) for install the Linux binary, if anyone could contributing it I'll happy to accept.

The background is from #153, then I used `globalShortcut` instead of the `electron-localshortcut` module. We may can try the latest version of `electron-localshortcut` back. @rdsedmundo could you test with it?

Also, we [unregistered all shortcuts](https://github.com/jhen0409/react-native-debugger/blob/639c02c0f3385c83e62b0ca483cb989db0e4b1a4/electron/window.js#L158-L160) on window hide / blur / minimize, you may be need to investigate why it not working for you.

Can you check & update the `react-devtools-core` version in the app project? Maybe related to [this problem](https://github.com/jhen0409/react-native-debugger/blob/master/docs/react-devtools-integration.md#question-i-got-unsupported-meesage-from-react-devtools).

@Natteke Hermes is currently not supported, please follow #573.

Hey Philip! I think it will be easier after #160, I'll write a guide when it's completed, then we can try to integrate [redux-saga-devtools](https://github.com/redux-saga/redux-saga-devtools). Also, it have a plan https://github.com/zalmoxisus/redux-devtools-extension/issues/260...

Currently we only support [XHR for that](https://github.com/jhen0409/react-native-debugger/blob/master/docs/network-inspect-of-chrome-devtools.md) with some limitations. We could try replace RN's WebSocket for enabled Network inspect.

It's now on [the official repo](https://github.com/davidkpiano/xstate/tree/master/packages/xstate-dev), it may have changed a lot. I still using the old version for a while. I'm welcome to any help to upgrade that!