File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ react-native link react-native-callkeep
1111Include 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
1717Then:
Original file line number Diff line number Diff 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+ }
Original file line number Diff line number Diff line change 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" : {},
You can’t perform that action at this time.
0 commit comments