DEV Community

narender2031
narender2031

Posted on

How to use sockets in react-native [No Expo]

I am building an Application that need to use the sockets, i have gone through multiple docs and come up with the following packages.

Can we use the following packages?

yarn add socket.io-client
yarn add @react-native-community/socket.io
Enter fullscreen mode Exit fullscreen mode

Please suggest me something that i can use

Top comments (0)