how to use one socket for all in react native code example
Example: react receiving socket muitple times
socket.off('MY_EVENT').on('MY_EVENT', () => doThisOnlyOnce());
socket.off('MY_EVENT').on('MY_EVENT', () => doThisOnlyOnce());