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
Open the console in you're desktop, type : ipconfig
you'll get an IPv4_Address
and try this : 'http://IPv4_Address:8163/extension/auth'