Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config #46

Closed
leesolway opened this issue Feb 16, 2017 · 4 comments
Closed

Config #46

leesolway opened this issue Feb 16, 2017 · 4 comments
Labels

Comments

@leesolway
Copy link

remotedev-debugger i would pass setup options as follows:

remotedev-debugger --hostname localhost --port 5678

How would you solve this issue with react-native-debugger?

@jhen0409
Copy link
Owner

jhen0409 commented Feb 17, 2017

We used API of redux-devtools-extension, it's included in debug remotely mode, just send message by WebWorker, so you don't need to set any server related options.

@leesolway
Copy link
Author

I wonder if you could help me out there..

The state inspector isn't showing any Redux information, however http://remotedev.io/local/ shows me what i would expect.

Also the following are both undefined, not sure if this is an issue or not. I am using composeWithDevTools instead from remote-redux-devtools

window.__REDUX_DEVTOOLS_EXTENSION__
window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__

@leesolway
Copy link
Author

Figured it:

It was the version of react-native-debugger

@spacesuitdiver
Copy link

spacesuitdiver commented Oct 30, 2019

Sorry to dig up an archaic issue, maybe this is just my misunderstanding.

What (I think) I'd like to do is use remote-redux-devtools instead of window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ so that I can use it also in released apps.

It's my understanding that I would have to be running a redux-devtools-cli and have react-native-debugger connect to that instead of what's provided by default by the rndebugger but I am not sure how to do this? Am I mistaken?

EDIT:
I might also be able to go this route it seems? https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-cli#inject-to-react-native-local-server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants