Home
last modified time | relevance | path

Searched refs:supportsTablet (Results 1 – 12 of 12) sorted by relevance

/expo/packages/@expo/config-plugins/src/ios/
H A DDeviceFamily.ts18 return !!config.ios?.supportsTablet;
26 const supportsTablet = getSupportsTablet(config); constant
29 if (isTabletOnly && config.ios?.supportsTablet === false) {
39 } else if (supportsTablet) {
/expo/packages/@expo/config-plugins/src/ios/__tests__/
H A DDeviceFamily-test.ts25 getDeviceFamilies({ ios: { isTabletOnly: true, supportsTablet: false } } as any);
47 expect(getSupportsTablet({ ios: { supportsTablet: true } })).toBe(true);
51 expect(getDeviceFamilies({ ios: { supportsTablet: true } })).toEqual(
58 expect(getDeviceFamilies({ ios: { supportsTablet: false, isTabletOnly: false } })).toEqual(
105 setDeviceFamilyForRoot({ name: '', slug: '', ios: { supportsTablet: true } }, projectRoot);
/expo/packages/@expo/config-plugins/build/ios/
H A DDeviceFamily.js37 …rn !!((_config$ios = config.ios) !== null && _config$ios !== void 0 && _config$ios.supportsTablet);
45 const supportsTablet = getSupportsTablet(config);
47 …onfig.ios) === null || _config$ios3 === void 0 ? void 0 : _config$ios3.supportsTablet) === false) {
54 } else if (supportsTablet) {
H A DDeviceFamily.js.map1supportsTablet","getIsTabletOnly","_config$ios2","isTabletOnly","getDeviceFamilies","_config$ios3"…
/expo/tools/src/typings/
H A DAppConfig.ts19 supportsTablet: boolean;
/expo/apps/router-e2e/
H A Dapp.config.js12 supportsTablet: true, property
/expo/packages/@expo/config-types/src/
H A DExpoConfig.ts382 supportsTablet?: boolean; property
/expo/packages/@expo/config-types/build/
H A DExpoConfig.d.ts378 supportsTablet?: boolean; property
/expo/docs/pages/distribution/
H A Dapp-stores.mdx57 Try your app on tablets in addition to handsets. Even if you have `ios.supportsTablet: false` confi…
/expo/packages/@expo/fingerprint/e2e/__tests__/__snapshots__/
H A Dmanaged-test.ts.snap134 …}},"assetBundlePatterns":["**/*"],"icon":"./assets/icon.png","ios":{"supportsTablet":true},"name":…
/expo/packages/@expo/prebuild-config/src/plugins/__tests__/
H A DwithDefaultPlugins-test.ts119 supportsTablet: true,
/expo/packages/@expo/prebuild-config/src/plugins/__tests__/__snapshots__/
H A DwithDefaultPlugins-test.ts.snap486 "supportsTablet": true,
1783 "supportsTablet": true,
2763 "supportsTablet": true,