with-react-native-tcp-socket
v1.1.0
Published
Config plugin to auto configure react-native-tcp-socket on Expo prebuild
Downloads
104
Maintainers
Readme
with-react-native-tcp-socket
Description
Config plugin for react-native-tcp-socket
Requirements
This plugin won't work with Expo Go. You need to use Expo Dev Client.
Installation
expo install with-react-native-tcp-socketUsage
Add the following to app.json:
{
"expo": {
"plugins": [
"with-react-native-tcp-socket"
]
}
}