Skip to content

Commit 1f4fb1e

Browse files
authored
Merge pull request #160 from Resgrid/develop
CU-868f7hkrj Fixing CallKit dependency
2 parents 84ef055 + c1f5b6a commit 1f4fb1e

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

app.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
260260
'react-native-ble-manager',
261261
'@livekit/react-native-expo-plugin',
262262
'@config-plugins/react-native-webrtc',
263+
'@config-plugins/react-native-callkeep',
263264
'./customGradle.plugin.js',
264265
'./customManifest.plugin.js',
265266
['app-icon-badge', appIconBadgeConfig],

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
},
4747
"dependencies": {
4848
"@aptabase/react-native": "^0.3.10",
49+
"@config-plugins/react-native-callkeep": "^11.0.0",
4950
"@config-plugins/react-native-webrtc": "~12.0.0",
5051
"@dev-plugins/react-query": "~0.2.0",
5152
"@expo/config-plugins": "~9.0.0",
@@ -144,7 +145,7 @@
144145
"react-native": "0.76.9",
145146
"react-native-base64": "~0.2.1",
146147
"react-native-ble-manager": "^12.1.5",
147-
"react-native-callkeep": "^4.3.16",
148+
"react-native-callkeep": "https://github.com/Irfanwani/react-native-callkeep",
148149
"react-native-edge-to-edge": "~1.1.2",
149150
"react-native-flash-message": "~0.4.2",
150151
"react-native-gesture-handler": "~2.20.2",

yarn.lock

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,6 +1032,11 @@
10321032
"@types/conventional-commits-parser" "^5.0.0"
10331033
chalk "^5.3.0"
10341034

1035+
"@config-plugins/react-native-callkeep@^11.0.0":
1036+
version "11.0.0"
1037+
resolved "https://registry.yarnpkg.com/@config-plugins/react-native-callkeep/-/react-native-callkeep-11.0.0.tgz#d97526bb7cebc3082701fd6b3c285a56479a0a66"
1038+
integrity sha512-DsfpNU+VCgF9/fNU/BHxlJa1+RiMz0UpFDp4Yj86hk0uahA5sPHmMIThhMg4DJjdYL70U6wELSzsGYaAcsI4vQ==
1039+
10351040
"@config-plugins/react-native-webrtc@~12.0.0":
10361041
version "12.0.0"
10371042
resolved "https://registry.yarnpkg.com/@config-plugins/react-native-webrtc/-/react-native-webrtc-12.0.0.tgz#2bad8d59fa8aeb1b311c82c8704259154b00805f"
@@ -12451,10 +12456,9 @@ react-native-ble-manager@^12.1.5:
1245112456
resolved "https://registry.yarnpkg.com/react-native-ble-manager/-/react-native-ble-manager-12.1.5.tgz#84d3a521c1e51eb0a30f1bbb0c00c3930b62b00a"
1245212457
integrity sha512-kTt2nYBnouyOyw9TN37dDuUAdhtcg1pduF+XSRCBXoBEWp6F5u4P16ISoo25rpc19R9dE2hSovoMSDwwwCaWsw==
1245312458

12454-
react-native-callkeep@^4.3.16:
12459+
"react-native-callkeep@https://github.com/Irfanwani/react-native-callkeep":
1245512460
version "4.3.16"
12456-
resolved "https://registry.yarnpkg.com/react-native-callkeep/-/react-native-callkeep-4.3.16.tgz#56291796984b896113ef00f8b67ae3fe177baf70"
12457-
integrity sha512-aIxn02T5zW4jNPyzRdFGTWv6xD3Vy/1AkBMB6iYvWZEHWnfmgNGF0hELqg03Vbc2BNUhfqpu17aIydos+5Hurg==
12461+
resolved "https://github.com/Irfanwani/react-native-callkeep#957193d0716f1c2dfdc18e627cbff0f8a0800971"
1245812462

1245912463
1246012464
version "0.1.22"

0 commit comments

Comments
 (0)