I am trying to connect to a mumble-VoIP server using react-native app as the client. I am using Expo. Someone knows a lib that must work or someone done this before? Thanks :) I searched some libraries and mainly for web exist but I don't think that I can use them in React Native because is such a different environment.
Research:
I saw some libraries like: https://www.npmjs.com/package/mumble-client but I don't think that can be implemented with react native (I am kinda new with it).