React Native bridge for iso18013 methods
npm install @pagopa/io-react-native-iso18013This 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.
``sh`
npm install @pagopa/io-react-native-iso18013
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 IoReactNativeIso18013 module;IoReactNativeIso18013
- ISO18013-7: Remote presentation according to the ISO 18013-7 standard which is part of the module;IoReactNativeCbor
- CBOR: Decoding of CBOR data into readable objects which is part of the module;IoReactNativeCbor` module.
- COSE: Management of COSE verify and sign operations which is part of the
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
---
Made with create-react-native-library