Skip to content

Commit

Permalink
feat(mdoc): added mdoc-data-transfer dependency (#197)
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht authored Oct 31, 2024
1 parent 9302375 commit e67cc2d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
2 changes: 2 additions & 0 deletions apps/easypid/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,14 @@ const config = {
},
plugins: [
'@animo-id/expo-ausweis-sdk',
'@animo-id/expo-mdoc-data-transfer',
[
'expo-build-properties',
{
android: {
minSdkVersion: 26,
useLegacyPackaging: true,
extraMavenRepos: ['https://s01.oss.sonatype.org/content/repositories/snapshots/'],
},
},
],
Expand Down
3 changes: 2 additions & 1 deletion apps/easypid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
},
"dependencies": {
"@animo-id/expo-ausweis-sdk": "*",
"@animo-id/expo-mdoc-data-transfer": "0.0.1-alpha.1",
"@animo-id/expo-secure-environment": "*",
"@credo-ts/core": "*",
"@expo-google-fonts/open-sans": "^0.2.3",
Expand All @@ -30,8 +31,8 @@
"babel-plugin-module-resolver": "^4.1.0",
"burnt": "^0.12.2",
"expo": "~51.0.12",
"expo-blur": "^13.0.2",
"expo-barcode-scanner": "~13.0.1",
"expo-blur": "^13.0.2",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.16",
"expo-font": "~12.0.7",
Expand Down
23 changes: 21 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e67cc2d

Please sign in to comment.