react-native-fast-ws
Version:
A modern WebSocket implementation for React Native, built with Nitro
17 lines (16 loc) • 327 B
JSON
{
"cxxNamespace": ["websocket"],
"ios": {
"iosModuleName": "FastWebSocket"
},
"android": {
"androidNamespace": ["websocket"],
"androidCxxLibName": "FastWebSocket"
},
"autolinking": {
"WebSocketManager": {
"swift": "HybridWebSocketManager",
"kotlin": "HybridWebSocketManager"
}
}
}