I am trying to create a connection between react native and a flask-socketio application.
I noticed that a normal browser could connect to the backend while react-native could not. Upon further investigation, calls from normal browsers included a sid value in the query, while calls from react-native do not.
It looks like the sid is initially set by a GET request to flask-socketio. When I tried curling that request I got this response.