react-native-carrier-info icon indicating copy to clipboard operation
react-native-carrier-info copied to clipboard

Support for dual sim

Open melvinchng opened this issue 6 years ago • 1 comments

When the following method is used on a dual sim device with two active sim cards inserted, the method below returns the second sim's MCC + MNC. When the second sim is removed, the first sim's MCC + MNC is reported correctly. I am writing to check if it is possible to request a feature to get both sims' results.

CarrierInfo.mobileNetworkOperator()
.then((result) => {
  Alert.alert('MCC + MNC', result);
});

melvinchng avatar Oct 29 '19 04:10 melvinchng

Yes, support for dual Sim is very important these days. Almost everyone is using 2 Sims. iPhone also started support for 2 Sims.

shrikantr-iprogrammer avatar Jan 28 '20 09:01 shrikantr-iprogrammer