This commit is contained in:
devthejo 2025-08-24 10:22:27 +02:00
parent 1af1b04e89
commit be5bdd276f

View file

@ -2,7 +2,7 @@ import { Platform, Linking } from "react-native";
import RNImmediatePhoneCall from "react-native-immediate-phone-call"; import RNImmediatePhoneCall from "react-native-immediate-phone-call";
export function phoneCallEmergency() { export function phoneCallEmergency() {
const emergencyNumber = "+112"; const emergencyNumber = "112";
if (Platform.OS === "ios") { if (Platform.OS === "ios") {
// Use telprompt URL scheme on iOS // Use telprompt URL scheme on iOS