react-native-euicc-info
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

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

Package Sidebar

Install

npm i react-native-euicc-info

Weekly Downloads

9

Version

0.2.1

License

MIT

Unpacked Size

25.1 kB

Total Files

21

Last publish

Collaborators

  • doriitamar