The simplest way of achieving this is like this
import { Linking } from "react-native";Linking.openURL(`tel:${phoneNumber}`);
The simplest way of achieving this is like this
import { Linking } from "react-native";Linking.openURL(`tel:${phoneNumber}`);