| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/__tests__/ |
| H A D | withIosSplashInfoPlist-test.ts | 10 WarningAggregator: { addWarningIOS: jest.fn() }, 17 WarningAggregator.addWarningIOS.mockImplementationOnce(); 30 expect(WarningAggregator.addWarningIOS).toHaveBeenCalledTimes(0); 38 WarningAggregator.addWarningIOS.mockImplementationOnce(); 55 expect(WarningAggregator.addWarningIOS).toHaveBeenCalledWith(
|
| H A D | getIosSplashConfig-test.ts | 9 WarningAggregator: { addWarningIOS: jest.fn() },
|
| /expo/packages/@expo/config-plugins/src/ios/__tests__/ |
| H A D | RequiresFullScreen-test.ts | 33 WarningAggregator.addWarningIOS = jest.fn(); 47 expect(WarningAggregator.addWarningIOS).not.toBeCalled(); 62 expect(WarningAggregator.addWarningIOS).toBeCalledTimes(1); 78 expect(WarningAggregator.addWarningIOS).not.toBeCalled(); 89 expect(WarningAggregator.addWarningIOS).not.toBeCalled(); 98 expect(WarningAggregator.addWarningIOS).not.toBeCalled();
|
| H A D | Paths-test.ts | 72 expect(WarningAggregator.addWarningIOS).toHaveBeenLastCalledWith( 95 expect(WarningAggregator.addWarningIOS).toHaveBeenLastCalledWith( 114 expect(WarningAggregator.addWarningIOS).toHaveBeenLastCalledWith( 222 expect(WarningAggregator.addWarningIOS).toHaveBeenLastCalledWith(
|
| H A D | Locales-test.ts | 73 expect(WarningAggregator.addWarningIOS).toHaveBeenCalledWith(
|
| /expo/packages/@expo/config-plugins/src/plugins/__tests__/ |
| H A D | ios-plugins-test.ts | 5 import { addWarningIOS } from '../../utils/warnings'; 11 addWarningIOS: jest.fn(), 22 asMock(addWarningIOS).mockClear(); 67 expect(addWarningIOS).toBeCalledWith( 108 expect(addWarningIOS).not.toBeCalled(); 142 expect(addWarningIOS).not.toBeCalled();
|
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | warnings.js | 8 exports.addWarningIOS = addWarningIOS; 43 function addWarningIOS(property, text, link) { function
|
| H A D | warnings.d.ts | 25 export declare function addWarningIOS(property: string, text: string, link?: string): void;
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | RequiresFullScreen.ts | 6 import { addWarningIOS } from '../utils/warnings'; 69 addWarningIOS(
|
| H A D | DeviceFamily.ts | 6 import { addWarningIOS } from '../utils/warnings'; 30 addWarningIOS(
|
| H A D | Bitcode.ts | 7 import { addWarningIOS } from '../utils/warnings'; 81 addWarningIOS(
|
| H A D | Locales.ts | 10 import { addWarningIOS } from '../utils/warnings'; 93 addWarningIOS(
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/ |
| H A D | expo-document-picker.ts | 9 WarningAggregator.addWarningIOS(
|
| H A D | expo-apple-authentication.ts | 8 WarningAggregator.addWarningIOS(
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/ |
| H A D | expo-document-picker.js | 26 …_configPlugins().WarningAggregator.addWarningIOS('ios.usesIcloudStorage', 'Install expo-document-p…
|
| H A D | expo-apple-authentication.js | 25 …_configPlugins().WarningAggregator.addWarningIOS('ios.usesAppleSignIn', 'Install expo-apple-authen…
|
| H A D | expo-document-picker.js.map | 1 …addWarningIOS","exports","default"],"sources":["../../../src/plugins/unversioned/expo-document-pic…
|
| H A D | expo-apple-authentication.js.map | 1 …addWarningIOS","_default","createLegacyPlugin","packageName","fallback","exports","default"],"sour…
|
| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | warnings.ts | 31 export function addWarningIOS(property: string, text: string, link?: string) { function
|
| /expo/packages/@expo/config-plugins/src/plugins/ |
| H A D | ios-plugins.ts | 10 import { addWarningIOS } from '../utils/warnings'; 55 addWarningIOS(
|
| H A D | withIosBaseMods.ts | 17 import { addWarningIOS } from '../utils/warnings'; 143 addWarningIOS( 148 addWarningIOS('mods.ios.infoPlist', 'Failed to find Info.plist linked to Xcode project.');
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/ |
| H A D | withIosSplashInfoPlist.ts | 35 WarningAggregator.addWarningIOS(
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/ |
| H A D | withIosRootViewBackgroundColor.ts | 39 WarningAggregator.addWarningIOS(
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | RequiresFullScreen.js | 79 …(0, _warnings().addWarningIOS)('ios.requireFullScreen', `iPad multitasking requires all \`${iPadIn…
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/ |
| H A D | withIosSplashInfoPlist.js | 42 …_configPlugins().WarningAggregator.addWarningIOS('userInterfaceStyle', 'The existing `userInterfac…
|