Skip to content

Commit

Permalink
docs: react native example (#1842)
Browse files Browse the repository at this point in the history
* feat: add react native example to README.md file

* docs: update TOC of README.md file
  • Loading branch information
MaximoLiberata authored Apr 18, 2024
1 parent 78e4f87 commit 59009a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ in JavaScript for node.js and the browser.
- [Upgrade notes](#notes)
- [Installation](#install)
- [Example](#example)
- [React Native](#react-native)
- [Import Styles](#example)
- [Command Line Tools](#cli)
- [API](#api)
Expand Down Expand Up @@ -117,6 +118,13 @@ output:
Hello mqtt
```

<a name="example-react-native"></a>

### React Native

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)


If you want to run your own MQTT broker, you can use
[Mosquitto](http://mosquitto.org) or
[Aedes-cli](https://github.com/moscajs/aedes-cli), and launch it.
Expand Down

0 comments on commit 59009a6

Please sign in to comment.