@pagopa/io-react-native-cbor
v1.4.0
Published
Native support for CBOR
Readme
@pagopa/io-react-native-cbor
React-native implementation of CBOR decoding and COSE signing and verifying. Based on native libraries:
- https://github.com/pagopa/cbor-ios
- https://github.com/pagopa/iso18013-android
Installation
npm install @pagopa/io-react-native-cboror
yarn add @pagopa/io-react-native-cborModules
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