Could you run a simple curl on your pc: ```curl <h...
# community-help
h
Could you run a simple curl on your pc:
Copy code
curl <http://YOUR_PC_IP:8108/health>
From your react native app could you make a request to
<http://YOUR_PC_IP:8108/health>
And verify that you receive a response in both cases?