Skip to content

Commit e20d801

Browse files
committed
Update installation instructions
1 parent 456cb05 commit e20d801

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For more information about **CallKit**, please see [Official CallKit Framework D
1313

1414
Use version >= **1.1.0** if you're using react native >= 0.40
1515

16-
## Installation
16+
## Installation (without CocoaPods)
1717

1818
### NPM module
1919

@@ -27,6 +27,22 @@ npm install --save react-native-callkit
2727
rnpm link react-native-callkit
2828
```
2929

30+
## Installation (with CocoaPods)
31+
32+
### NPM module
33+
34+
```bash
35+
npm install --save react-native-callkit
36+
```
37+
38+
### CocaPods
39+
```bash
40+
cd ios
41+
pod install
42+
```
43+
44+
## Installation common steps
45+
3046
### Add Frameworks
3147

3248
In `Xcode` -> `Build Phases` -> `Link Binary With Libraries`, add `CallKit.framework` and `Intents.framework` with `Optional` status

0 commit comments

Comments
 (0)