Relative Content

Tag Archive for react-nativereact-hookssocket.ioexpoexpo-dev-client

Is there a React Native alternative for useEffect?

I’m building a React Native app with expo-dev-client which uses the socket.io-client package. I added the socket.io connection function in the App.js file of the app, and it seems to make multiple (usually two) connections. Is there a way you can make the function run once, like useEffect on react? I tried using useEffect on RN but it doesn’t seem to work. Thanks!