diff --git a/app.config.ts b/app.config.ts index a3f67bf..3dd3272 100644 --- a/app.config.ts +++ b/app.config.ts @@ -260,6 +260,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({ 'react-native-ble-manager', '@livekit/react-native-expo-plugin', '@config-plugins/react-native-webrtc', + '@config-plugins/react-native-callkeep', './customGradle.plugin.js', './customManifest.plugin.js', ['app-icon-badge', appIconBadgeConfig], diff --git a/package.json b/package.json index 5276058..f24d7db 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,7 @@ }, "dependencies": { "@aptabase/react-native": "^0.3.10", + "@config-plugins/react-native-callkeep": "^11.0.0", "@config-plugins/react-native-webrtc": "~12.0.0", "@dev-plugins/react-query": "~0.2.0", "@expo/config-plugins": "~9.0.0", @@ -144,7 +145,7 @@ "react-native": "0.76.9", "react-native-base64": "~0.2.1", "react-native-ble-manager": "^12.1.5", - "react-native-callkeep": "^4.3.16", + "react-native-callkeep": "https://github.com/Irfanwani/react-native-callkeep", "react-native-edge-to-edge": "~1.1.2", "react-native-flash-message": "~0.4.2", "react-native-gesture-handler": "~2.20.2", diff --git a/yarn.lock b/yarn.lock index 6152095..adb800e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1032,6 +1032,11 @@ "@types/conventional-commits-parser" "^5.0.0" chalk "^5.3.0" +"@config-plugins/react-native-callkeep@^11.0.0": + version "11.0.0" + resolved "https://registry.yarnpkg.com/@config-plugins/react-native-callkeep/-/react-native-callkeep-11.0.0.tgz#d97526bb7cebc3082701fd6b3c285a56479a0a66" + integrity sha512-DsfpNU+VCgF9/fNU/BHxlJa1+RiMz0UpFDp4Yj86hk0uahA5sPHmMIThhMg4DJjdYL70U6wELSzsGYaAcsI4vQ== + "@config-plugins/react-native-webrtc@~12.0.0": version "12.0.0" 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: resolved "https://registry.yarnpkg.com/react-native-ble-manager/-/react-native-ble-manager-12.1.5.tgz#84d3a521c1e51eb0a30f1bbb0c00c3930b62b00a" integrity sha512-kTt2nYBnouyOyw9TN37dDuUAdhtcg1pduF+XSRCBXoBEWp6F5u4P16ISoo25rpc19R9dE2hSovoMSDwwwCaWsw== -react-native-callkeep@^4.3.16: +"react-native-callkeep@https://github.com/Irfanwani/react-native-callkeep": version "4.3.16" - resolved "https://registry.yarnpkg.com/react-native-callkeep/-/react-native-callkeep-4.3.16.tgz#56291796984b896113ef00f8b67ae3fe177baf70" - integrity sha512-aIxn02T5zW4jNPyzRdFGTWv6xD3Vy/1AkBMB6iYvWZEHWnfmgNGF0hELqg03Vbc2BNUhfqpu17aIydos+5Hurg== + resolved "https://github.com/Irfanwani/react-native-callkeep#957193d0716f1c2dfdc18e627cbff0f8a0800971" react-native-css-interop@0.1.22: version "0.1.22"