Has anyone been able to setup react-native-debugger with expo on windows 10 and a genymotion?
It looks
I think the problem has to do with port.
I start my expo project with
exp start -c --lan
if you need more information you can follow it here
From this tutorial have you tried: rndebugger://set-debugger-loc?host=localhost&port=19001 you tell the debugger which port expo runs on… By default it’s looking at like 8080 or something, whatever is the standard react-native port…