React native - ios device won't connect to debugger?

The error I am getting is: Connection to http://localhost:8081/debugger-proxy?role=client timed out. Are you running node proxy? If you are running on the device, check if you have the right IP address in RCTWebSocketExecutor.m

I tried switching from localhost to my computer ip address, as mentioned in another stackoverflow entry, but it still doesn't work.

+4
source share

Source: https://habr.com/ru/post/1667047/


All Articles