Home
last modified time | relevance | path

Searched refs:withAndroidStyles (Results 1 – 25 of 31) 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';
19 withAndroidStyles: jest.fn(),
72 mod: withAndroidStyles,
98 mod: withAndroidStyles,
/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';
19 withAndroidStyles: jest.fn(),
72 mod: withAndroidStyles,
98 mod: withAndroidStyles,
/expo/packages/@expo/config-plugins/src/android/__tests__/
H A DPrimaryColor-test.ts2 import { withAndroidColors, withAndroidStyles } from '../../plugins/android-plugins';
54 mod: withAndroidStyles,
80 mod: withAndroidStyles,
/expo/packages/@expo/config-plugins/build/plugins/
H A Dandroid-plugins.js8 …exports.withGradleProperties = exports.withAppBuildGradle = exports.withAndroidStyles = exports.wi…
112 const withAndroidStyles = (config, action) => { function
126 exports.withAndroidStyles = withAndroidStyles;
H A Dandroid-plugins.d.ts46 export declare const withAndroidStyles: ConfigPlugin<Mod<Resources.ResourceXML>>;
/expo/packages/@expo/config-plugins/src/android/
H A DPrimaryColor.ts6 import { withAndroidColors, withAndroidStyles } from '../plugins/android-plugins';
28 return withAndroidStyles(config, (config) => {
H A DStatusBar.ts8 import { withAndroidColors, withAndroidStyles } from '../plugins/android-plugins';
31 return withAndroidStyles(config, (config) => {
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/
H A DwithAndroidRootViewBackgroundColor.ts5 withAndroidStyles,
32 return withAndroidStyles(config, async (config) => {
/expo/packages/expo-system-ui/plugin/src/
H A DwithAndroidRootViewBackgroundColor.ts6 withAndroidStyles,
32 return withAndroidStyles(config, async (config) => {
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashStyles.ts6 withAndroidStyles,
31 config = withAndroidStyles(config, (config) => {
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-navigation-bar/
H A DwithAndroidNavigationBar.ts6 withAndroidStyles,
36 return withAndroidStyles(config, (config) => {
/expo/packages/@expo/config-plugins/src/
H A Dindex.ts47 withAndroidStyles,
/expo/packages/@expo/config-plugins/build/
H A Dindex.d.ts24 …anifest, withStringsXml, withAndroidColors, withAndroidColorsNight, withAndroidStyles, withMainAct…
H A Dindex.js30 withAndroidStyles: true, property
90 return _androidPlugins().withAndroidStyles;
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-system-ui/
H A DwithAndroidRootViewBackgroundColor.js.map1withAndroidStyles","add","parent","_config$android","android","backgroundColor"],"sources":["../..…
H A DwithAndroidRootViewBackgroundColor.js41 return (0, _configPlugins().withAndroidStyles)(config, async config => {
/expo/packages/@expo/config-plugins/build/android/
H A DPrimaryColor.js.map1withAndroidStyles","assignStylesValue","add","parent","getAppThemeLightNoActionBarGroup","_config$…
H A DPrimaryColor.js48 return (0, _androidPlugins().withAndroidStyles)(config, config => {
H A DStatusBar.js60 return (0, _androidPlugins().withAndroidStyles)(config, config => {
/expo/packages/expo-system-ui/plugin/build/
H A DwithAndroidRootViewBackgroundColor.js26 return (0, config_plugins_1.withAndroidStyles)(config, async (config) => {
/expo/packages/expo-navigation-bar/plugin/src/
H A DwithNavigationBar.ts13 withAndroidStyles,
191 return withAndroidStyles(config, (config) => {
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-navigation-bar/
H A DwithAndroidNavigationBar.js38 return (0, _configPlugins().withAndroidStyles)(config, config => {
H A DwithAndroidNavigationBar.js.map1withAndroidStyles","setNavigationBarStyles","colors","hexString","getNavigationBarColor","AndroidC…
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashStyles.js49 config = (0, _configPlugins().withAndroidStyles)(config, config => {
/expo/packages/@expo/config-plugins/src/plugins/
H A Dandroid-plugins.ts116 export const withAndroidStyles: ConfigPlugin<Mod<Resources.ResourceXML>> = (config, action) => { constant

12