You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ in JavaScript for node.js and the browser.
15
15
-[Upgrade notes](#notes)
16
16
-[Installation](#install)
17
17
-[Example](#example)
18
+
-[React Native](#react-native)
18
19
-[Import Styles](#example)
19
20
-[Command Line Tools](#cli)
20
21
-[API](#api)
@@ -117,6 +118,13 @@ output:
117
118
Hello mqtt
118
119
```
119
120
121
+
<aname="example-react-native"></a>
122
+
123
+
### React Native
124
+
125
+
MQTT.js can be used in React Native applications. To use it, see the [React Native example](https://github.com/MaximoLiberata/react-native-mqtt.js-example)
126
+
127
+
120
128
If you want to run your own MQTT broker, you can use
121
129
[Mosquitto](http://mosquitto.org) or
122
130
[Aedes-cli](https://github.com/moscajs/aedes-cli), and launch it.
0 commit comments