fix: 112
This commit is contained in:
parent
958eee1f72
commit
8487573c0f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue