Skip to content

pagopa/io-react-native-cbor

Repository files navigation

@pagopa/io-react-native-cbor

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