Skip to content

Commit 618adae

Browse files
committed
docs: [skip ci] ios setup 작성
1 parent 12af30d commit 618adae

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ This library uses the following native MQTT client libraries:
1212

1313
To use this library, you must first install it using npm or yarn.
1414

15+
## IOS Setup
16+
Add Podfile
17+
```
18+
pod "CocoaMQTT", :modular_headers => true
19+
pod "MqttCocoaAsyncSocket", :modular_headers => true
20+
```
21+
1522
```sh
1623
npm install @ko-developerhong/react-native-mqtt
1724
# OR

0 commit comments

Comments
 (0)