Searched defs:osInternalBuildId (Results 1 – 5 of 5) sorted by relevance
149 export declare const osInternalBuildId: string | null; constant
153 export const osInternalBuildId = ExpoDevice ? ExpoDevice.osInternalBuildId : null; constant
14 readonly osInternalBuildId: null; constant
170 export const osInternalBuildId: string | null = ExpoDevice ? ExpoDevice.osInternalBuildId : null; constant
702 osInternalBuildId: { type: 'string' }, property