I have a NATS server with standard port 4222 (for ex: nats://[IP]:4222 ), my app is made in React Native (with Typescript) and I want to connect to it. The main problem is that I can't find a way to add the nats client dependency correctly into react native. I tried with nats.ws, nats.js, nats.ts, all without any luck, is there a way to fix/implement this type of connection? Any help is appreciated, thanks
↧