Skip to content

Commit 59009a6

Browse files
docs: react native example (#1842)
* feat: add react native example to README.md file * docs: update TOC of README.md file
1 parent 78e4f87 commit 59009a6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ in JavaScript for node.js and the browser.
1515
- [Upgrade notes](#notes)
1616
- [Installation](#install)
1717
- [Example](#example)
18+
- [React Native](#react-native)
1819
- [Import Styles](#example)
1920
- [Command Line Tools](#cli)
2021
- [API](#api)
@@ -117,6 +118,13 @@ output:
117118
Hello mqtt
118119
```
119120

121+
<a name="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+
120128
If you want to run your own MQTT broker, you can use
121129
[Mosquitto](http://mosquitto.org) or
122130
[Aedes-cli](https://github.com/moscajs/aedes-cli), and launch it.

0 commit comments

Comments
 (0)