We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12af30d commit 618adaeCopy full SHA for 618adae
1 file changed
README.md
@@ -12,6 +12,13 @@ This library uses the following native MQTT client libraries:
12
13
To use this library, you must first install it using npm or yarn.
14
15
+## IOS Setup
16
+Add Podfile
17
+```
18
+pod "CocoaMQTT", :modular_headers => true
19
+pod "MqttCocoaAsyncSocket", :modular_headers => true
20
21
+
22
```sh
23
npm install @ko-developerhong/react-native-mqtt
24
# OR
0 commit comments