react-native-mqtt
react-native-mqtt copied to clipboard
Example please
I have tried including this in my project in expo but I just can't get it to work, I have tried it with cloudmqtt, hive and eclipse online free brokers but its not working. Can someone link a project they have made in react native using this library for MQTT. That will give me much more clarity thanks.
me too have ou find any example to publish data ?
For publishing: let message = new Paho.MQTT.Message("Hello"); message.destinationName = "react_native/World"; client.send(message);