mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
refactor(core): zero circulars + esm ready (#10770)
This commit is contained in:
@ -1 +1,4 @@
|
||||
export const SDK_VERSION = parseFloat(UIDevice.currentDevice.systemVersion);
|
||||
export function supportsGlass(): boolean {
|
||||
return __APPLE__ && SDK_VERSION >= 26;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user