react-native-sim-data
react-native-sim-data copied to clipboard
Returns NULL in Android 10
Device: Honor 10 Lite SIM: 2 sim card Permission: Granted Result: Returns Null
does it work after restarting? lot of people are having problems with this lately #13 #1
nope. not working even after clean the cache and reinstall Node Modules.
I met the same problem,phoneNumber0 is null, but phoneNumber1 is ok, I change the sim's position, and result is the same. Checked, it should be related to sim card
It's return null with expo. Can i get sim info using expo?
any updates I'm receving null too
Using android 10, getting null on both RNSimData.getSimInfo().phoneNumber1 and RNSimData.getSimInfo().phoneNumber0, error looks like this:
TypeError: null is not an object (evaluating '_reactNativeSimData.default.getSimInfo().phoneNumber1')
any suggestions or hints how to make this work?