Searched refs:withAndroidUserInterfaceStyle (Results 1 – 13 of 13) sorted by relevance
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-system-ui/ |
| H A D | withAndroidUserInterfaceStyle.js | 6 exports.withAndroidUserInterfaceStyle = void 0; 14 const withAndroidUserInterfaceStyle = config => { function 26 exports.withAndroidUserInterfaceStyle = withAndroidUserInterfaceStyle;
|
| H A D | withAndroidUserInterfaceStyle.js.map | 1 …withAndroidUserInterfaceStyle.js","names":["_configPlugins","data","require","withAndroidUserInter…
|
| H A D | expo-system-ui.js.map | 1 …withAndroidUserInterfaceStyle","withIosUserInterfaceStyle","exports","default"],"sources":["../../…
|
| H A D | withAndroidUserInterfaceStyle.d.ts | 2 export declare const withAndroidUserInterfaceStyle: ConfigPlugin<void>; constant
|
| H A D | expo-system-ui.js | 44 …hIosRootViewBackgroundColor, _withAndroidUserInterfaceStyle().withAndroidUserInterfaceStyle, _with…
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/__tests__/ |
| H A D | withAndroidUserInterfaceStyle-test.ts | 4 import { withAndroidUserInterfaceStyle } from '../withAndroidUserInterfaceStyle'; 17 describe(withAndroidUserInterfaceStyle, () => { 25 plugin: withAndroidUserInterfaceStyle, 45 plugin: withAndroidUserInterfaceStyle,
|
| /expo/packages/expo-system-ui/plugin/build/ |
| H A D | withAndroidUserInterfaceStyle.js | 6 exports.setStrings = exports.resolveProps = exports.withAndroidUserInterfaceStyle = void 0; 11 const withAndroidUserInterfaceStyle = (config) => { function 17 exports.withAndroidUserInterfaceStyle = withAndroidUserInterfaceStyle;
|
| H A D | withAndroidUserInterfaceStyle.d.ts | 6 export declare const withAndroidUserInterfaceStyle: ConfigPlugin<void>; constant
|
| H A D | withSystemUI.js | 13 withAndroidUserInterfaceStyle_1.withAndroidUserInterfaceStyle,
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/ |
| H A D | expo-system-ui.ts | 2 import { withAndroidUserInterfaceStyle } from './withAndroidUserInterfaceStyle'; 12 withAndroidUserInterfaceStyle,
|
| H A D | withAndroidUserInterfaceStyle.ts | 3 export const withAndroidUserInterfaceStyle: ConfigPlugin<void> = (config) => { constant
|
| /expo/packages/expo-system-ui/plugin/src/ |
| H A D | withSystemUI.ts | 4 import { withAndroidUserInterfaceStyle } from './withAndroidUserInterfaceStyle'; 14 withAndroidUserInterfaceStyle,
|
| H A D | withAndroidUserInterfaceStyle.ts | 12 export const withAndroidUserInterfaceStyle: ConfigPlugin<void> = (config) => { constant
|