When I code in my xxx.tsx file with the below content:
const jumpUrl = "tel:" + mobileNumber; Linking.openURL(jumpUrl);
After then,