diff --git a/src/lib/phone-call/index.js b/src/lib/phone-call/index.js index 0982f00..2de3359 100644 --- a/src/lib/phone-call/index.js +++ b/src/lib/phone-call/index.js @@ -2,7 +2,7 @@ import { Platform, Linking } from "react-native"; import RNImmediatePhoneCall from "react-native-immediate-phone-call"; export function phoneCallEmergency() { - const emergencyNumber = "+112"; + const emergencyNumber = "112"; if (Platform.OS === "ios") { // Use telprompt URL scheme on iOS