i develop a react native application and i should call a backend application developed with spring boot in my local machine. knowing that i run my react native on real android device with usb how can i call my local webservice to test?
I tried to call the webservice with my machine local ip address or localhost and it doesn't work.
Thank you!