@pagopa/io-react-native-iso18013
v0.7.0
Published
React Native bridge for iso18013 methods
Readme
@pagopa/io-react-native-iso18013
This library provides a React Native module based on iso18013-android and iso18013-ios which allows proximity presentation according to the ISO 18013-5 standard, remote presentation according to the ISO 18013-7 standard, decoding of CBOR data and management of COSE verify and sign operations.
Installation
npm install @pagopa/io-react-native-iso18013Usage
This library includes two native modules for both iOS and Android:
- IoReactNativeIso18013 for ISO 18013-5 and ISO 18013-7 implementations;
- IoReactNativeCbor for CBOR and COSE implementations.
On the javascript side, the library exposes the following modules:
- ISO18013-5: Proximity presentation according to the ISO 18013-5 standard which is part of the
IoReactNativeIso18013module; - ISO18013-7: Remote presentation according to the ISO 18013-7 standard which is part of the
IoReactNativeIso18013module; - CBOR: Decoding of CBOR data into readable objects which is part of the
IoReactNativeCbormodule; - COSE: Management of COSE verify and sign operations which is part of the
IoReactNativeCbormodule.
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library
