/react-native-mqtt-light

Primary LanguageObjective-CMIT LicenseMIT

react-native-mqtt-light

Lightweight MQTT client for react-native

Installation

npm install react-native-mqtt-light

Usage

import MqttLight from "react-native-mqtt-light";

// ...

const result = await MqttLight.multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT