Jhen-Jie Hong

Results 90 comments of Jhen-Jie Hong

The `Preserve log` is for debugger page, so it doesn’t actually work for react-native app. If you realize the network logs was cleared by reload app, this is [feature](https://github.com/jhen0409/react-native-debugger/blob/master/app/utils/devtools.js#L16) from...

Currently the devtools didn't remember selected instance when reload the app even we specified `instanceId` option. This can be improved by saving [instance.selected](https://github.com/jhen0409/react-native-debugger/blob/master/app/containers/ReduxDevTools.js#L50).

Thanks for the info! Due to [the old relay plugin in react-devtools](https://github.com/facebook/react-devtools/tree/master/plugins/Relay) may doesn't support Relay Modern, I think we should support the new devtools. We need to waiting for...

The standalone app of Relay DevTools is published [here](https://www.npmjs.com/package/relay-devtools) but source code not public yet, and [the problem](https://github.com/jhen0409/react-native-debugger/issues/145#issuecomment-329203759) have been fixed in https://github.com/facebook/react-native/commit/bd70f3ab3b2807ce3648548d3e70577d09c4e3c2.

is it [firebase](https://www.npmjs.com/package/firebase) or [react-native-firebase](https://www.npmjs.com/package/react-native-firebase)? In my experience, it may got some timer issue on pure JS version of firebase.

Fixed in #217. I'll release the new version later.

Due to we call [`the method`](https://github.com/jhen0409/react-native-debugger/blob/master/app/worker/index.js#L47) after import application script, so some `fetch` calls on global scope will be failed. I just realized this mistake 🙈, I guess it may...

@toytonic could you provide an example code?

Thanks for the examples! I think the issue of first request wil be fixed by https://github.com/jhen0409/react-native-debugger/commit/792549a400329159fbd768439b2d2f02a95f5095. I haven't yet release a new version but you can try it first by...