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:
npm install @pagopa/io-react-native-cboror
yarn add @pagopa/io-react-native-cborThere 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