Home
last modified time | relevance | path

Searched refs:setDeviceFamily (Results 1 – 5 of 5) sorted by relevance

/expo/packages/@expo/config-plugins/build/ios/
H A DDeviceFamily.js10 exports.setDeviceFamily = setDeviceFamily;
28 config.modResults = await setDeviceFamily(config, {
74 function setDeviceFamily(config, { function
H A DDeviceFamily.d.ts17 export declare function setDeviceFamily(config: Pick<ExpoConfig, 'ios'>, { project }: {
H A DDeviceFamily.js.map1setDeviceFamily","project","exports","getSupportsTablet","_config$ios","ios","supportsTablet","get…
/expo/packages/@expo/config-plugins/src/ios/__tests__/
H A DDeviceFamily-test.ts12 setDeviceFamily,
86 describe(setDeviceFamily, () => {
112 project = setDeviceFamily(config, { project });
/expo/packages/@expo/config-plugins/src/ios/
H A DDeviceFamily.ts10 config.modResults = await setDeviceFamily(config, {
59 export function setDeviceFamily( function