SIM detection in Native App

0
I want to implement a login to the native app with SIM detection. The objective is to log in via OTP which should only work with the registered SIM of that device.   Any ideas? Thanks in advance!
asked
1 answers
0

hypothetically you can use this npm module to gather information. you can get carrier info with this

https://www.npmjs.com/package/react-native-device-info

 

might also be worth it to look into this marketplace module - Native Device Info

answered