Config plugin for react-native-tcp-socket
This plugin won't work with Expo Go. You need to use Expo Dev Client.
expo install with-react-native-tcp-socket
Add the following to app.json:
{
"expo": {
"plugins": [
"with-react-native-tcp-socket"
]
}
}