react-native-euicc-info
v0.2.1
Published
test
Downloads
10
Readme
react-native-euicc-info
Simple eUICC info for Android. Contains only one function that returns the OS version of the eUICC chip. When eUICC is unavailable, the method returns null.
This pacakge is Android only and does not support iOS, web or Windows
Installation
npm install react-native-euicc-info
Usage
import { getEuiccVersion } from 'react-native-euicc-info';
// ...
const result = await getEuiccVersion(); // Android only
if(!result) {
// eUICC chip is not available
}
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT