feat(ios): iosGlassEffect property

This commit is contained in:
Nathan Walker
2025-08-20 19:38:33 -07:00
parent 991445461b
commit 0178cd35fd
9 changed files with 129 additions and 3 deletions

View File

@@ -1 +1,4 @@
export const SDK_VERSION = parseFloat(UIDevice.currentDevice.systemVersion);
export function supportsGlass(): boolean {
return __APPLE__ && SDK_VERSION >= 26;
}