Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
export
const
SDK_VERSION = parseFloat(UIDevice.currentDevice.systemVersion);
2
3
export
function
supportsGlass(): boolean {
4
return
__APPLE__ && SDK_VERSION >= 26;
5
}
Callers
6
createNativeView
Method · 0.90
createNativeView
Method · 0.90
toUIGlassStyle
Function · 0.90
_applyGlassEffect
Method · 0.90
[iosGlassEffectProperty.setNative]
Method · 0.90
toUIGlassStyle
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected