Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

pagopa-archive/io-react-native-cbor

@pagopa/io-react-native-cbor

Warning

This package is deprecated and replaced by @pagopa/io-react-native-iso18013.

React-native implementation of CBOR decoding and COSE signing and verifying. Based on native libraries:

Installation

npm install @pagopa/io-react-native-cbor

or

yarn add @pagopa/io-react-native-cbor

Modules

Example

There is an example app which you can use to try and understand how to use this package:

cd example

yarn install

# For iOS
yarn ios

# For Android
yarn android