Home
last modified time | relevance | path

Searched refs:osInternalBuildId (Results 1 – 13 of 13) sorted by relevance

/expo/apps/test-suite/tests/
H A DDevice.js33 const osInternalBuildId = Device.osInternalBuildId;
52 t.expect(osInternalBuildId).toBeDefined();
53 t.expect(typeof osInternalBuildId).toEqual('string');
111 const osInternalBuildId = await Device.osInternalBuildId;
113 t.expect(Device.osInternalBuildId).toBeTruthy();
114 t.expect(osBuildId).toEqual(osInternalBuildId);
130 const osInternalBuildId = await Device.osInternalBuildId;
155 t.expect(osInternalBuildId).toBeDefined();
156 t.expect(typeof osInternalBuildId).toEqual('string');
/expo/packages/expo-device/build/
H A DDevice.js153 export const osInternalBuildId = ExpoDevice ? ExpoDevice.osInternalBuildId : null; constant
H A DExpoDevice.web.d.ts14 readonly osInternalBuildId: null; constant
H A DDevice.d.ts149 export declare const osInternalBuildId: string | null; constant
H A DExpoDevice.web.js66 get osInternalBuildId() {
H A DExpoDevice.web.js.map1 …'';\n },\n get osBuildId(): null {\n return null;\n },\n get osInternalBuildId(): null {\n …
H A DDevice.js.map1osInternalBuildId; // Android: \"MMB29K\"; iOS: \"16F203\"; web: null,\n * ```\n */\nexport const
/expo/packages/expo-device/src/
H A DDevice.ts170 export const osInternalBuildId: string | null = ExpoDevice ? ExpoDevice.osInternalBuildId : null; constant
H A DExpoDevice.web.ts73 get osInternalBuildId(): null {
/expo/apps/native-component-list/src/screens/
H A DDeviceScreen.tsx84 <DeviceConstants name="Device osInternalBuildId" value={Device.osInternalBuildId} />
/expo/docs/pages/versions/v46.0.0/sdk/
H A Ddevice.mdx147 ### `Device.osInternalBuildId`
154 Device.osInternalBuildId; // Android: "MMB29K"; iOS: "16F203"; web: null,
/expo/ios/versioned/sdk47/EXDevice/EXDevice/
H A DABI47_0_0EXDevice.m49 @"osInternalBuildId": osBuildId,
/expo/packages/jest-expo/src/preset/
H A DexpoModules.js702 osInternalBuildId: { type: 'string' }, property