David Tembo
Results
3
comments of
David Tembo
"react-native": "0.70.5", "socket.io-client": "^4.6.1", This how i setup my socket connection as per the docs ``` import { io } from "socket.io-client" const URL = "http://localhost:3030" const socket = io(URL,...
Having the same issue and we are not using location services anywhere in our app. will try the patch aswell.
Getting the same error ,my project uses expo modules