Searched refs:setDeviceFamilyForRoot (Results 1 – 1 of 1) sorted by relevance
| /expo/packages/@expo/config-plugins/src/ios/__tests__/ |
| H A D | DeviceFamily-test.ts | 104 setDeviceFamilyForRoot({ name: '', slug: '', ios: {} }, projectRoot); 105 setDeviceFamilyForRoot({ name: '', slug: '', ios: { supportsTablet: true } }, projectRoot); 106 setDeviceFamilyForRoot({ name: '', slug: '', ios: { isTabletOnly: true } }, projectRoot); 110 function setDeviceFamilyForRoot(config: ExpoConfig, projectRoot: string) { function
|