You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running react native on an iphone, how do i connect to my socket server? I've tried pointing the io.connect method towards the IP where the server is running on my local network, but no luck making a connection..
However, when running in the simulator and pointing towards localhost:3000 I am able to successfully connect. Any help would be appreciated 💯
The text was updated successfully, but these errors were encountered:
While running react native on an iphone, how do i connect to my socket server? I've tried pointing the
io.connect
method towards the IP where the server is running on my local network, but no luck making a connection..However, when running in the simulator and pointing towards
localhost:3000
I am able to successfully connect. Any help would be appreciated 💯The text was updated successfully, but these errors were encountered: