React-native implementation of CBOR decoding and COSE signing and verifying. Based on native libraries:
npm install @pagopa/io-react-native-cbor
or
yarn add @pagopa/io-react-native-cbor
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