Skip to content

Commit 8a770b0

Browse files
author
Kyle Kurz
committed
Merge remote-tracking branch 'upstream/master'
2 parents 00c49c6 + 9b6b4df commit 8a770b0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/ios-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ react-native link react-native-callkeep
1111
Include in a Podfile in your react-native `ios` directory:
1212

1313
```
14-
pod 'react-native-callkeep', :path => '../node_modules/react-native-callkeep'
14+
pod 'RNCallKeep', :path => '../node_modules/react-native-callkeep'
1515
```
1616

1717
Then:

index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default class RNCallKeep {
5757
uuid: string,
5858
handle: string,
5959
handleType?: HandleType,
60-
hasVideo: boolean,
60+
hasVideo?: boolean,
6161
contactIdentifier?: string,
6262
) {
6363

@@ -133,4 +133,4 @@ export default class RNCallKeep {
133133
static backToForeground() {
134134

135135
}
136-
}
136+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-callkeep",
3-
"version": "2.0.1",
3+
"version": "2.0.3",
44
"description": "iOS 10 CallKit and Android ConnectionService Framework For React Native",
55
"main": "index.js",
66
"scripts": {},

0 commit comments

Comments
 (0)