Searched refs:setDeviceFamily (Results 1 – 5 of 5) sorted by relevance
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | DeviceFamily.js | 10 exports.setDeviceFamily = setDeviceFamily; 28 config.modResults = await setDeviceFamily(config, { 74 function setDeviceFamily(config, { function
|
| H A D | DeviceFamily.d.ts | 17 export declare function setDeviceFamily(config: Pick<ExpoConfig, 'ios'>, { project }: {
|
| H A D | DeviceFamily.js.map | 1 …setDeviceFamily","project","exports","getSupportsTablet","_config$ios","ios","supportsTablet","get…
|
| /expo/packages/@expo/config-plugins/src/ios/__tests__/ |
| H A D | DeviceFamily-test.ts | 12 setDeviceFamily, 86 describe(setDeviceFamily, () => { 112 project = setDeviceFamily(config, { project });
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | DeviceFamily.ts | 10 config.modResults = await setDeviceFamily(config, { 59 export function setDeviceFamily( function
|