feat: 支持 glass

This commit is contained in:
2025-09-11 23:25:56 +08:00
parent dfe9506a7a
commit 1af0945a2f
4 changed files with 57 additions and 3 deletions

12
package-lock.json generated
View File

@@ -30,6 +30,7 @@
"expo-camera": "~17.0.7",
"expo-constants": "~18.0.8",
"expo-font": "~14.0.7",
"expo-glass-effect": "^0.1.1",
"expo-haptics": "~15.0.6",
"expo-image": "~3.0.7",
"expo-image-picker": "~17.0.7",
@@ -7910,6 +7911,17 @@
"react-native": "*"
}
},
"node_modules/expo-glass-effect": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/expo-glass-effect/-/expo-glass-effect-0.1.1.tgz",
"integrity": "sha512-81xXB2CVjgyg7gaq/fDVAOu/j43uTP0F6bI0sah81v3/guA+YfSM3QjyfegIVQPUkX/9AP2zkU9ihkHEZQv7pg==",
"license": "MIT",
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
},
"node_modules/expo-haptics": {
"version": "15.0.6",
"resolved": "https://registry.npmjs.org/expo-haptics/-/expo-haptics-15.0.6.tgz",