0.2.1 • Published 1 year ago

react-native-euicc-info v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

0.2.1

1 year ago

0.2.0

1 year ago