How can I get the device phone number using device info in react-native in case of "Dual SIM"

2.8k Views Asked by At

If the mobile has Dual SIM card How can I get the device phone number using device info in react-native? I have added READ_PHONE_STATE permission in XML file. And added run time permissions PermissionsAndroid.PERMISSIONS.READ_PHONE_STATE. but I am getting the number empty. if its single SIM card I am able to get the device phone number.

0

There are 0 best solutions below