-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Connection timeout with react native #8
Comments
Hum... You are using react-native so the code is running on your mobile device/emulator. IMHO |
I tried replacing localhost with my local IP and that didn't fix it. |
|
I'm running on my actual device (Android) connected via USB |
The debugger client elmish runs needs to connect to something that will index and store the state. In case of SPA (React) it is as easy as installing the browser plugin, in case of Native, we need to talk over the network to a server. That server will keep the history and actions, but has no UI. For the UI you need a "monitor" that would connect to the same server and let you browse the data and go back and forth in history. |
Description
I'm trying to use this with React Native and it's failing with connection timeout.
Repro code
Here's what I'm using to set it up:
Expected and actual results
Please provide the expected and actual results.
Related information
The text was updated successfully, but these errors were encountered: