feat: Add expo-font dependency to package.json and package-lock.json

This commit is contained in:
Nawaz Dhandala
2026-02-13 15:45:30 +00:00
parent 46a9f95fc0
commit dec03bc3a8
3 changed files with 4 additions and 1 deletions

View File

@@ -38,7 +38,8 @@
"color": "#58A6FF"
}
],
"expo-local-authentication"
"expo-local-authentication",
"expo-font"
],
"web": {
"favicon": "./assets/favicon.png"

View File

@@ -21,6 +21,7 @@
"expo": "~54.0.33",
"expo-constants": "~18.0.0",
"expo-device": "~8.0.10",
"expo-font": "~14.0.11",
"expo-haptics": "~15.0.8",
"expo-linking": "~8.0.11",
"expo-local-authentication": "~17.0.8",

View File

@@ -23,6 +23,7 @@
"expo": "~54.0.33",
"expo-constants": "~18.0.0",
"expo-device": "~8.0.10",
"expo-font": "~14.0.11",
"expo-haptics": "~15.0.8",
"expo-linking": "~8.0.11",
"expo-local-authentication": "~17.0.8",