Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for dual sim #14

Open
melvinchng opened this issue Oct 29, 2019 · 1 comment
Open

Support for dual sim #14

melvinchng opened this issue Oct 29, 2019 · 1 comment

Comments

@melvinchng
Copy link

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);
});
@shrikantr-iprogrammer
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants