react-native-paho-mqtt library not connected

Is it possible to use react-native-paho-mqtt on a managed workflow? I tried using this package but so far it throws off onConnectionLost:undefined in my console, obviously it’s not connected to the broker. I have posted my question on this link https://stackoverflow.com/questions/66950846/react-native-paho-mqtt-library-not-connected.

I have also tried this package GitHub - Introvertuous/react-native-mqtt: Mqtt client for react native. but it says

Cannot find name ‘Paho’

Hey @missxmtv, that library hasn’t been updated in over 4 years and it looks like the last react native version it was compatible with was .47 and our currently supported SDK versions are running .62+.

Cheers,
Adam

Thanks for the reply! In general, are there even mqtt packages that supports expo rn??