Add MQTT Support
H
Halil Kılıçarslan
When will MQTT support come? Now everything is connected to the internet and it is interesting that Expo does not support this library.
Mimmo Design
MQTT is important! especially for mobile apps
A
Adam Zilberbaum
Has Anyone used the AWS Amplify PubSub module? Says it can work with 3rd party MQTT as well as AWS of course
Huseyin Gultekin
MQTT is really required for most of the IOT projects. It should be supported along with the bluetooth API
Burak Gökçınar
it would be really cool. The world is going here now.
George Khromchenko
https://www.npmjs.com/package/react-native-paho-mqtt works in my Expo project, without detach
Yamil Díaz Aguirre
George Khromchenko: but does it works only with Android, right?
EdgarsR
Yamil Díaz Aguirre: I just tested on iOS and it works just fine with Expo.
Kaushik Vaghasiya
EdgarsR: It only works for WebSocket based connections, right?
Olivier Bouillet
I confirm it work on android.
Logan Edwards
MQTT does indeed work with paho-mqtt, but the app may need to be detached. Supporting this out of the box would be a nice improvement.