Home
last modified time | relevance | path

Searched defs:osInternalBuildId (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-device/build/
H A DDevice.d.ts149 export declare const osInternalBuildId: string | null; constant
H A DDevice.js153 export const osInternalBuildId = ExpoDevice ? ExpoDevice.osInternalBuildId : null; constant
H A DExpoDevice.web.d.ts14 readonly osInternalBuildId: null; constant
/expo/packages/expo-device/src/
H A DDevice.ts170 export const osInternalBuildId: string | null = ExpoDevice ? ExpoDevice.osInternalBuildId : null; constant
/expo/packages/jest-expo/src/preset/
H A DexpoModules.js702 osInternalBuildId: { type: 'string' }, property