Skip to content

Commit

Permalink
fix: import fast-text-encoding
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
Berend Sliedrecht committed Nov 26, 2024
1 parent e75b105 commit 367f71c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/easypid/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
import 'fast-text-encoding'
import 'expo-router/entry'
3 changes: 2 additions & 1 deletion apps/easypid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@animo-id/expo-ausweis-sdk": "catalog:",
"@animo-id/expo-mdoc-data-transfer": "catalog:",
"@animo-id/expo-secure-environment": "catalog:",
"@animo-id/mdoc": "catalog:",
"@credo-ts/core": "catalog:",
"@expo-google-fonts/open-sans": "^0.2.3",
"@expo-google-fonts/raleway": "^0.2.3",
Expand All @@ -26,7 +27,6 @@
"@package/secure-store": "workspace:*",
"@package/ui": "workspace:*",
"@package/utils": "workspace:*",
"@animo-id/mdoc": "catalog:",
"@react-native-community/blur": "^4.3.2",
"@react-native-community/netinfo": "11.3.1",
"@react-native-masked-view/masked-view": "0.3.1",
Expand All @@ -51,6 +51,7 @@
"expo-system-ui": "~3.0.6",
"expo-updates": "~0.25.16",
"expo-web-browser": "~13.0.3",
"fast-text-encoding": "^1.0.6",
"react": "catalog:",
"react-native": "catalog:",
"react-native-argon2": "^2.0.1",
Expand Down
2 changes: 2 additions & 0 deletions apps/easypid/src/app/+native-intent.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import 'fast-text-encoding'

import { parseInvitationUrl } from '@package/agent'
import { deeplinkSchemes } from '@package/app'
import * as Haptics from 'expo-haptics'
Expand Down
2 changes: 2 additions & 0 deletions apps/easypid/src/app/_layout.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import 'fast-text-encoding'

import { BackgroundLockProvider, NoInternetToastProvider, Provider, useTransparentNavigationBar } from '@package/app'
import { SecureUnlockProvider } from '@package/secure-store/secureUnlock'
import { DefaultTheme, ThemeProvider } from '@react-navigation/native'
Expand Down
3 changes: 3 additions & 0 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 367f71c

Please sign in to comment.