| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/__tests__/ |
| H A D | withAndroidUserInterfaceStyle-test.ts | 11 WarningAggregator: { addWarningAndroid: jest.fn() }, 20 WarningAggregator.addWarningAndroid.mockImplementationOnce(); 32 expect(WarningAggregator.addWarningAndroid).toHaveBeenCalledTimes(0); 40 WarningAggregator.addWarningAndroid.mockImplementationOnce(); 52 expect(WarningAggregator.addWarningAndroid).toHaveBeenCalledTimes(1);
|
| /expo/packages/@expo/config-plugins/src/android/__tests__/ |
| H A D | Version-test.ts | 116 WarningAggregator.addWarningAndroid = jest.fn(); 126 expect(WarningAggregator.addWarningAndroid).not.toHaveBeenCalled(); 136 expect(WarningAggregator.addWarningAndroid).not.toHaveBeenCalled(); 145 expect(WarningAggregator.addWarningAndroid).not.toHaveBeenCalled(); 154 expect(WarningAggregator.addWarningAndroid).toBeCalledWith( 166 expect(WarningAggregator.addWarningAndroid).toBeCalledWith(
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Version.ts | 5 import { addWarningAndroid } from '../utils/warnings'; 13 addWarningAndroid( 31 addWarningAndroid( 47 addWarningAndroid(
|
| H A D | GoogleServices.ts | 8 import { addWarningAndroid } from '../utils/warnings'; 23 addWarningAndroid( 37 addWarningAndroid(
|
| H A D | Name.ts | 7 import { addWarningAndroid } from '../utils/warnings'; 32 addWarningAndroid(
|
| H A D | Scheme.ts | 5 import { addWarningAndroid } from '../utils/warnings'; 50 addWarningAndroid(
|
| H A D | Package.ts | 12 import { addWarningAndroid } from '../utils/warnings'; 21 addWarningAndroid(
|
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | warnings.js | 6 exports.addWarningAndroid = addWarningAndroid; 28 function addWarningAndroid(property, text, link) { function
|
| H A D | warnings.d.ts | 13 export declare function addWarningAndroid(property: string, text: string, link?: string): void; function
|
| H A D | warnings.js.map | 1 …addWarningAndroid","property","text","link","console","warn","formatWarning","addWarningIOS","addW…
|
| /expo/packages/expo-navigation-bar/plugin/src/__tests__/ |
| H A D | withNavigationBar-test.ts | 15 WarningAggregator: { addWarningAndroid: jest.fn() }, 29 WarningAggregator.addWarningAndroid.mockImplementationOnce(); 43 expect(WarningAggregator.addWarningAndroid).toHaveBeenCalledTimes(1); 47 WarningAggregator.addWarningAndroid.mockImplementationOnce(); 61 expect(WarningAggregator.addWarningAndroid).toHaveBeenCalledTimes(0);
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-navigation-bar/__tests__/ |
| H A D | withAndroidNavigationBar-test.ts | 16 WarningAggregator: { addWarningAndroid: jest.fn() }, 78 WarningAggregator.addWarningAndroid.mockImplementationOnce(); 80 expect(WarningAggregator.addWarningAndroid).toHaveBeenCalledTimes(1);
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Version.js | 32 …(0, _warnings().addWarningAndroid)('android.versionCode', `Cannot automatically configure app buil… 45 …(0, _warnings().addWarningAndroid)('withBuildScriptExtVersion', `Cannot automatically configure pr… 59 …(0, _warnings().addWarningAndroid)('withBuildScriptExtVersion', `Cannot set minimum buildscript.ex…
|
| H A D | GoogleServices.js | 58 …(0, _warnings().addWarningAndroid)('android.googleServicesFile', `Cannot automatically configure p… 69 …(0, _warnings().addWarningAndroid)('android.googleServicesFile', `Cannot automatically configure a…
|
| H A D | Version.js.map | 1 …addWarningAndroid","exports","withBuildScriptExtMinimumVersion","props","withProjectBuildGradle","…
|
| H A D | Name.js | 60 …(0, _warnings().addWarningAndroid)('name', `Cannot automatically configure settings.gradle if it's…
|
| H A D | Name.js.map | 1 …addWarningAndroid","getName","stringsJSON","setStringItem","buildResourceItem","value","removeStri…
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/ |
| H A D | withAndroidUserInterfaceStyle.ts | 7 WarningAggregator.addWarningAndroid(
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-system-ui/ |
| H A D | withAndroidUserInterfaceStyle.js | 19 _configPlugins().WarningAggregator.addWarningAndroid('userInterfaceStyle',
|
| H A D | withAndroidUserInterfaceStyle.js.map | 1 …addWarningAndroid","exports"],"sources":["../../../../src/plugins/unversioned/expo-system-ui/withA…
|
| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | warnings.ts | 16 export function addWarningAndroid(property: string, text: string, link?: string) { function
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/ |
| H A D | withAndroidSplashScreen.ts | 24 WarningAggregator.addWarningAndroid(
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-navigation-bar/ |
| H A D | withAndroidNavigationBar.ts | 16 WarningAggregator.addWarningAndroid(
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-navigation-bar/ |
| H A D | withAndroidNavigationBar.js | 24 …_configPlugins().WarningAggregator.addWarningAndroid('androidNavigationBar.visible', 'Property is …
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/ |
| H A D | withAndroidSplashScreen.js | 88 …_configPlugins().WarningAggregator.addWarningAndroid('androidStatusBar.backgroundColor', 'Color co…
|