Home
last modified time | relevance | path

Searched refs:withAndroidColors (Results 1 – 25 of 39) sorted by relevance

12

/expo/packages/expo-system-ui/plugin/src/__tests__/
H A DwithAndroidRootViewBackgroundColor-test.ts1 import { AndroidConfig, withAndroidColors, withAndroidStyles, XML } from 'expo/config-plugins';
18 withAndroidColors: jest.fn(),
46 mod: withAndroidColors,
57 mod: withAndroidColors,
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/__tests__/
H A DwithAndroidRootViewBackgroundColor-test.ts1 import { AndroidConfig, withAndroidColors, withAndroidStyles, XML } from '@expo/config-plugins';
18 withAndroidColors: jest.fn(),
46 mod: withAndroidColors,
57 mod: withAndroidColors,
/expo/packages/@expo/config-plugins/src/android/__tests__/
H A DPrimaryColor-test.ts2 import { withAndroidColors, withAndroidStyles } from '../../plugins/android-plugins';
28 mod: withAndroidColors,
39 mod: withAndroidColors,
/expo/packages/@expo/config-plugins/build/plugins/
H A Dandroid-plugins.js8 … exports.withAndroidManifest = exports.withAndroidColorsNight = exports.withAndroidColors = void 0;
82 const withAndroidColors = (config, action) => { function
96 exports.withAndroidColors = withAndroidColors;
H A Dandroid-plugins.d.ts32 export declare const withAndroidColors: ConfigPlugin<Mod<Resources.ResourceXML>>;
/expo/packages/@expo/config-plugins/src/android/
H A DPrimaryColor.ts6 import { withAndroidColors, withAndroidStyles } from '../plugins/android-plugins';
18 return withAndroidColors(config, (config) => {
H A DStatusBar.ts8 import { withAndroidColors, withAndroidStyles } from '../plugins/android-plugins';
24 return withAndroidColors(config, (config) => {
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/
H A DwithAndroidRootViewBackgroundColor.ts4 withAndroidColors,
22 return withAndroidColors(config, async (config) => {
/expo/packages/expo-system-ui/plugin/src/
H A DwithAndroidRootViewBackgroundColor.ts5 withAndroidColors,
22 return withAndroidColors(config, async (config) => {
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashStyles.ts4 withAndroidColors,
21 config = withAndroidColors(config, (config) => {
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-navigation-bar/
H A DwithAndroidNavigationBar.ts5 withAndroidColors,
29 return withAndroidColors(config, (config) => {
/expo/packages/@expo/config-plugins/src/
H A Dindex.ts45 withAndroidColors,
/expo/packages/@expo/config-plugins/build/
H A Dindex.d.ts24 export { withAndroidManifest, withStringsXml, withAndroidColors, withAndroidColorsNight, withAndroi…
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.ts4 withAndroidColors,
43 return withAndroidColors(config, (config) => {
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-system-ui/
H A DwithAndroidRootViewBackgroundColor.js.map1withAndroidColors","modResults","value","getRootViewBackgroundColor","name","withAndroidStyles","a…
H A DwithAndroidRootViewBackgroundColor.js31 return (0, _configPlugins().withAndroidColors)(config, async config => {
/expo/packages/@expo/config-plugins/build/android/
H A DPrimaryColor.js.map1withAndroidColors","modResults","assignColorValue","name","value","getPrimaryColor","withAndroidSt…
H A DPrimaryColor.js38 return (0, _androidPlugins().withAndroidColors)(config, config => {
H A DStatusBar.js54 return (0, _androidPlugins().withAndroidColors)(config, config => {
/expo/packages/expo-system-ui/plugin/build/
H A DwithAndroidRootViewBackgroundColor.js16 return (0, config_plugins_1.withAndroidColors)(config, async (config) => {
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsAndroid.ts7 withAndroidColors,
60 return withAndroidColors(config, (config) => {
/expo/packages/expo-navigation-bar/plugin/src/
H A DwithNavigationBar.ts12 withAndroidColors,
181 return withAndroidColors(config, (config) => {
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-navigation-bar/
H A DwithAndroidNavigationBar.js32 return (0, _configPlugins().withAndroidColors)(config, config => {
H A DwithAndroidNavigationBar.js.map1withAndroidColors","modResults","setNavigationBarColors","withAndroidStyles","setNavigationBarStyl…
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashStyles.js39 config = (0, _configPlugins().withAndroidColors)(config, config => {

12