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.