Skip to content

animo/expo-mdoc-data-transfer

Animo Logo

Expo - mDOC Data Transfer

Powered by   Animo Logo


License

Getting Started  |  Usage  |  Contributing  |  License


An Expo Module with support for mDOC (e.g., mDL) data transfer, as specified in ISO/IEC 18013-5.

Getting Started

First, install the module using your package manager.

npm install @animo-id/mdoc-data-transfer

Then prebuild the application so the Expo Module wrapper can be added as native dependency:

npx expo prebuild

iOS

For iOS installations, you need to follow the following steps:

  1. Add expo-build-properties with ios.useFrameworks: "dynamic"
  2. If you want to use the new architecture (more efficient), add expo-build-properties with newArchEnabled: true

Run USE_FRAMEWORKS=dynamic npx pod-install after installing the npm package.

Android

Coming soon.

Usage

You can import @animo-id/mdoc-data-transfer in your application.

Contributing

Is there something you'd like to fix or add? Great, we love community contributions! To get involved, please follow our contribution guidelines.

License

This repository is licensed under the Apache 2.0 license.