React native — call phone number with extension
问题 I am trying to open phone number with extension. Linking works with just phone number Tried with few options Linking.openURL('tel:XXXXXXXXX,XXX'); Linking.openURL('tel:'+ encodeURIComponent('XXXXXXXXX,XXX')); Dialer only dials primary number and doesnt include extension I could write a native code and expose the method, but that would be my last option 回答1: I know it is late, but you can try this component: react-native-communications. It works well both on iOS and Android. You have to import