Home
last modified time | relevance | path

Searched refs:addWarningIOS (Results 1 – 25 of 52) sorted by relevance

123

/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/__tests__/
H A DwithIosSplashInfoPlist-test.ts10 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 DgetIosSplashConfig-test.ts9 WarningAggregator: { addWarningIOS: jest.fn() },
/expo/packages/@expo/config-plugins/src/ios/__tests__/
H A DRequiresFullScreen-test.ts33 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 DPaths-test.ts72 expect(WarningAggregator.addWarningIOS).toHaveBeenLastCalledWith(
95 expect(WarningAggregator.addWarningIOS).toHaveBeenLastCalledWith(
114 expect(WarningAggregator.addWarningIOS).toHaveBeenLastCalledWith(
222 expect(WarningAggregator.addWarningIOS).toHaveBeenLastCalledWith(
H A DLocales-test.ts73 expect(WarningAggregator.addWarningIOS).toHaveBeenCalledWith(
/expo/packages/@expo/config-plugins/src/plugins/__tests__/
H A Dios-plugins-test.ts5 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 Dwarnings.js8 exports.addWarningIOS = addWarningIOS;
43 function addWarningIOS(property, text, link) { function
H A Dwarnings.d.ts25 export declare function addWarningIOS(property: string, text: string, link?: string): void;
/expo/packages/@expo/config-plugins/src/ios/
H A DRequiresFullScreen.ts6 import { addWarningIOS } from '../utils/warnings';
69 addWarningIOS(
H A DDeviceFamily.ts6 import { addWarningIOS } from '../utils/warnings';
30 addWarningIOS(
H A DBitcode.ts7 import { addWarningIOS } from '../utils/warnings';
81 addWarningIOS(
H A DLocales.ts10 import { addWarningIOS } from '../utils/warnings';
93 addWarningIOS(
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/
H A Dexpo-document-picker.ts9 WarningAggregator.addWarningIOS(
H A Dexpo-apple-authentication.ts8 WarningAggregator.addWarningIOS(
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/
H A Dexpo-document-picker.js26 …_configPlugins().WarningAggregator.addWarningIOS('ios.usesIcloudStorage', 'Install expo-document-p…
H A Dexpo-apple-authentication.js25 …_configPlugins().WarningAggregator.addWarningIOS('ios.usesAppleSignIn', 'Install expo-apple-authen…
H A Dexpo-document-picker.js.map1addWarningIOS","exports","default"],"sources":["../../../src/plugins/unversioned/expo-document-pic…
H A Dexpo-apple-authentication.js.map1addWarningIOS","_default","createLegacyPlugin","packageName","fallback","exports","default"],"sour…
/expo/packages/@expo/config-plugins/src/utils/
H A Dwarnings.ts31 export function addWarningIOS(property: string, text: string, link?: string) { function
/expo/packages/@expo/config-plugins/src/plugins/
H A Dios-plugins.ts10 import { addWarningIOS } from '../utils/warnings';
55 addWarningIOS(
H A DwithIosBaseMods.ts17 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 DwithIosSplashInfoPlist.ts35 WarningAggregator.addWarningIOS(
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/
H A DwithIosRootViewBackgroundColor.ts39 WarningAggregator.addWarningIOS(
/expo/packages/@expo/config-plugins/build/ios/
H A DRequiresFullScreen.js79 …(0, _warnings().addWarningIOS)('ios.requireFullScreen', `iPad multitasking requires all \`${iPadIn…
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DwithIosSplashInfoPlist.js42 …_configPlugins().WarningAggregator.addWarningIOS('userInterfaceStyle', 'The existing `userInterfac…

123