| /expo/packages/expo-system-ui/plugin/src/__tests__/ |
| H A D | withAndroidRootViewBackgroundColor-test.ts | 1 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 D | withAndroidRootViewBackgroundColor-test.ts | 1 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 D | PrimaryColor-test.ts | 2 import { withAndroidColors, withAndroidStyles } from '../../plugins/android-plugins'; 54 mod: withAndroidStyles, 80 mod: withAndroidStyles,
|
| /expo/packages/@expo/config-plugins/build/plugins/ |
| H A D | android-plugins.js | 8 …exports.withGradleProperties = exports.withAppBuildGradle = exports.withAndroidStyles = exports.wi… 112 const withAndroidStyles = (config, action) => { function 126 exports.withAndroidStyles = withAndroidStyles;
|
| H A D | android-plugins.d.ts | 46 export declare const withAndroidStyles: ConfigPlugin<Mod<Resources.ResourceXML>>;
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | PrimaryColor.ts | 6 import { withAndroidColors, withAndroidStyles } from '../plugins/android-plugins'; 28 return withAndroidStyles(config, (config) => {
|
| H A D | StatusBar.ts | 8 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 D | withAndroidRootViewBackgroundColor.ts | 5 withAndroidStyles, 32 return withAndroidStyles(config, async (config) => {
|
| /expo/packages/expo-system-ui/plugin/src/ |
| H A D | withAndroidRootViewBackgroundColor.ts | 6 withAndroidStyles, 32 return withAndroidStyles(config, async (config) => {
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/ |
| H A D | withAndroidSplashStyles.ts | 6 withAndroidStyles, 31 config = withAndroidStyles(config, (config) => {
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-navigation-bar/ |
| H A D | withAndroidNavigationBar.ts | 6 withAndroidStyles, 36 return withAndroidStyles(config, (config) => {
|
| /expo/packages/@expo/config-plugins/src/ |
| H A D | index.ts | 47 withAndroidStyles,
|
| /expo/packages/@expo/config-plugins/build/ |
| H A D | index.d.ts | 24 …anifest, withStringsXml, withAndroidColors, withAndroidColorsNight, withAndroidStyles, withMainAct…
|
| H A D | index.js | 30 withAndroidStyles: true, property 90 return _androidPlugins().withAndroidStyles;
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-system-ui/ |
| H A D | withAndroidRootViewBackgroundColor.js.map | 1 …withAndroidStyles","add","parent","_config$android","android","backgroundColor"],"sources":["../..…
|
| H A D | withAndroidRootViewBackgroundColor.js | 41 return (0, _configPlugins().withAndroidStyles)(config, async config => {
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | PrimaryColor.js.map | 1 …withAndroidStyles","assignStylesValue","add","parent","getAppThemeLightNoActionBarGroup","_config$…
|
| H A D | PrimaryColor.js | 48 return (0, _androidPlugins().withAndroidStyles)(config, config => {
|
| H A D | StatusBar.js | 60 return (0, _androidPlugins().withAndroidStyles)(config, config => {
|
| /expo/packages/expo-system-ui/plugin/build/ |
| H A D | withAndroidRootViewBackgroundColor.js | 26 return (0, config_plugins_1.withAndroidStyles)(config, async (config) => {
|
| /expo/packages/expo-navigation-bar/plugin/src/ |
| H A D | withNavigationBar.ts | 13 withAndroidStyles, 191 return withAndroidStyles(config, (config) => {
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-navigation-bar/ |
| H A D | withAndroidNavigationBar.js | 38 return (0, _configPlugins().withAndroidStyles)(config, config => {
|
| H A D | withAndroidNavigationBar.js.map | 1 …withAndroidStyles","setNavigationBarStyles","colors","hexString","getNavigationBarColor","AndroidC…
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/ |
| H A D | withAndroidSplashStyles.js | 49 config = (0, _configPlugins().withAndroidStyles)(config, config => {
|
| /expo/packages/@expo/config-plugins/src/plugins/ |
| H A D | android-plugins.ts | 116 export const withAndroidStyles: ConfigPlugin<Mod<Resources.ResourceXML>> = (config, action) => { constant
|