I am making a React Native app, and I am trying to obtain the local IP address of my desktop that is on the same local network as my device running the React Native app. I want a process that does this automatically rather than having to manually enter the ip address. I assume I need node for this.My plan is to make a tiny node server that will run on the desktop, and its sole job will be to broadcast its local IP to devices on the local network that want it. How do I do this?
Submitted December 02, 2019 at 10:25AM by Echsplaine
No comments:
Post a Comment