UNPKG

@soldiersacha/react-native-use-websocket

Version:

RN hook with dynamic WebSocket options (fork of Sumit1993/react-native-use-websocket).

5 lines 245 B
export { useWebSocket as default } from './lib/use-websocket'; export { SendMessage, Options } from './lib/types'; export { useSocketIO } from './lib/use-socket-io'; export { ReadyState } from './lib/constants'; //# sourceMappingURL=index.js.map