How to auto-detect phone numbers of the user in react-native?

1.1k Views Asked by At

I am trying to build a react-native application in which i want to auto detect the mobile phone numbers of the user.

for ex: if i have a dual sim phone and have two sim-cards then i should get the phone numbers of those two simcard.

I have tried react-native-sim-data but it is not working also tried react-native-device-info, it is working but it is only giving me a single phone number

please help me.

i am attaching a screenshot of what i am expecting. enter image description here

0

There are 0 best solutions below