with-react-native-tcp-socket
v1.0.1
Published
Config plugin to auto configure react-native-tcp-socket on Expo prebuild
Downloads
81
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-socket
Usage
Add the following to app.json:
{
"expo": {
"plugins": [
"with-react-native-tcp-socket"
]
}
}