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