not able to intall or use in react native sockjs-client or stompjs

80 Views Asked by At

import SockJS from "sockjs-client"; import Stomp from "stompjs";

i am installing both the library for the websocket in react native for C/S communication but npm getting error

import SockJS from "sockjs-client"; import Stomp from "stompjs";

i want both library alternative in react native cli for mobile app

0

There are 0 best solutions below