I\'m using the fetch API in my react-native Android app to make requests to a local API. I usually query said API from react web apps at http://localhost:8163.
I\'m t
If you're using expo just copy the URL above QR code and add it to you API instead localhost
it will like this
{ expo host :http://192.168.0.109:{Your Port}/The name for your API }