Getting Started | Usage | Contributing | License
An Expo Module with support for mDOC (e.g., mDL) data transfer, as specified in ISO/IEC 18013-5.
First, install the module using your package manager.
npm install @animo-id/mdoc-data-transferThen prebuild the application so the Expo Module wrapper can be added as native dependency:
npx expo prebuildFor iOS installations, you need to follow the following steps:
- Add
expo-build-propertieswithios.useFrameworks: "dynamic" - If you want to use the new architecture (more efficient), add
expo-build-propertieswithnewArchEnabled: true
Run USE_FRAMEWORKS=dynamic npx pod-install after installing the npm package.
Coming soon.
You can import @animo-id/mdoc-data-transfer in your application.
Is there something you'd like to fix or add? Great, we love community contributions! To get involved, please follow our contribution guidelines.
This repository is licensed under the Apache 2.0 license.