Home
last modified time | relevance | path

Searched defs:osBuildId (Results 1 – 9 of 9) sorted by relevance

/expo/packages/expo-device/ios/
H A DDeviceModule.swift73 func osBuildId() -> String? { in osBuildId() function
/expo/ios/versioned/sdk48/ExpoDevice/
H A DDeviceModule.swift58 func osBuildId() -> String? { in osBuildId() function
/expo/ios/versioned/sdk49/ExpoDevice/
H A DDeviceModule.swift75 func osBuildId() -> String? { in osBuildId() function
/expo/packages/expo-device/build/
H A DDevice.d.ts139 export declare const osBuildId: string | null; constant
H A DDevice.js143 export const osBuildId = ExpoDevice ? ExpoDevice.osBuildId : null; constant
H A DExpoDevice.web.d.ts13 readonly osBuildId: null; constant
/expo/ios/versioned/sdk47/EXDevice/EXDevice/
H A DABI47_0_0EXDevice.m191 {
/expo/packages/expo-device/src/
H A DDevice.ts159 export const osBuildId: string | null = ExpoDevice ? ExpoDevice.osBuildId : null; constant
/expo/packages/jest-expo/src/preset/
H A DexpoModules.js701 osBuildId: { type: 'string' }, property