Skip to content

Commit

Permalink
fix: build for ios (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
janrtvld authored Nov 19, 2024
1 parent ca8ced3 commit 731174f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion apps/easypid/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,14 @@ const config = {
},
plugins: [
'@animo-id/expo-ausweis-sdk',
'@animo-id/expo-mdoc-data-transfer',
[
'@animo-id/expo-mdoc-data-transfer',
{
ios: {
buildStatic: [],
},
},
],
[
'expo-build-properties',
{
Expand Down

0 comments on commit 731174f

Please sign in to comment.