MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / supportsGlass

Function supportsGlass

packages/core/utils/constants.ios.ts:3–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export const SDK_VERSION = parseFloat(UIDevice.currentDevice.systemVersion);
2
3export function supportsGlass(): boolean {
4 return __APPLE__ && SDK_VERSION >= 26;
5}

Callers 6

createNativeViewMethod · 0.90
createNativeViewMethod · 0.90
toUIGlassStyleFunction · 0.90
_applyGlassEffectMethod · 0.90
toUIGlassStyleMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected