Home
last modified time | relevance | path

Searched refs:isTabletOnly (Results 1 – 8 of 8) sorted by relevance

/expo/packages/@expo/config-plugins/src/ios/
H A DDeviceFamily.ts22 return !!config?.ios?.isTabletOnly;
27 const isTabletOnly = getIsTabletOnly(config); constant
29 if (isTabletOnly && config.ios?.supportsTablet === false) {
37 if (isTabletOnly) {
/expo/packages/@expo/config-plugins/src/ios/__tests__/
H A DDeviceFamily-test.ts25 getDeviceFamilies({ ios: { isTabletOnly: true, supportsTablet: false } } as any);
39 expect(getIsTabletOnly({ ios: { isTabletOnly: true } })).toBe(true);
58 expect(getDeviceFamilies({ ios: { supportsTablet: false, isTabletOnly: false } })).toEqual(
64 expect(getDeviceFamilies({ ios: { isTabletOnly: true } })).toEqual(ONLY_TABLET_SUPPORTED);
106 setDeviceFamilyForRoot({ name: '', slug: '', ios: { isTabletOnly: true } }, projectRoot);
/expo/packages/@expo/config-plugins/build/ios/
H A DDeviceFamily.js41 …0 && (_config$ios2 = config.ios) !== null && _config$ios2 !== void 0 && _config$ios2.isTabletOnly);
46 const isTabletOnly = getIsTabletOnly(config);
47 …if (isTabletOnly && ((_config$ios3 = config.ios) === null || _config$ios3 === void 0 ? void 0 : _c…
52 if (isTabletOnly) {
H A DDeviceFamily.js.map1isTabletOnly","getDeviceFamilies","_config$ios3","addWarningIOS","formatDeviceFamilies","deviceFam…
/expo/packages/@expo/config-types/src/
H A DExpoConfig.ts386 isTabletOnly?: boolean; property
/expo/packages/@expo/config-types/build/
H A DExpoConfig.d.ts382 isTabletOnly?: boolean; property
/expo/packages/@expo/prebuild-config/src/plugins/__tests__/
H A DwithDefaultPlugins-test.ts120 isTabletOnly: false,
/expo/packages/@expo/prebuild-config/src/plugins/__tests__/__snapshots__/
H A DwithDefaultPlugins-test.ts.snap484 "isTabletOnly": false,
1781 "isTabletOnly": false,
2761 "isTabletOnly": false,