Home
last modified time | relevance | path

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

/expo/packages/expo-device/build/
H A DDevice.d.ts50 export declare const modelName: string | null; constant
H A DDevice.js52 export const modelName = ExpoDevice ? ExpoDevice.modelName : null; constant
H A DExpoDevice.web.d.ts6 readonly modelName: string | null; constant
/expo/packages/expo-device/ios/
H A DUIDevice.swift4 let modelName: String variable
/expo/ios/versioned/sdk47/EXDevice/EXDevice/
H A DABI47_0_0EXDevice.m319 {
/expo/ios/versioned/sdk48/ExpoDevice/
H A DUIDevice.swift4 let modelName: String variable
/expo/ios/versioned/sdk49/ExpoDevice/
H A DUIDevice.swift4 let modelName: String variable
/expo/packages/expo-device/src/
H A DDevice.ts59 export const modelName: string | null = ExpoDevice ? ExpoDevice.modelName : null; constant
/expo/packages/jest-expo/src/preset/
H A DexpoModules.js700 modelName: { type: 'string' }, property