Reputation: 335
There's a library for react-native that can get sim card information but is there other way to get sim card information using Expo?
Library in react-native react-native-sim-data
Upvotes: 2
Views: 2161
Reputation: 13906
You can use it if you use the expo eject
command to make Expo
a stand-alone app. But you can't use it without ejecting Expo
. Because you have to update your settings on Android
and iOS
.
Upvotes: 2