Home
last modified time | relevance | path

Searched refs:withAndroidUserInterfaceStyle (Results 1 – 13 of 13) sorted by relevance

/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-system-ui/
H A DwithAndroidUserInterfaceStyle.js6 exports.withAndroidUserInterfaceStyle = void 0;
14 const withAndroidUserInterfaceStyle = config => { function
26 exports.withAndroidUserInterfaceStyle = withAndroidUserInterfaceStyle;
H A DwithAndroidUserInterfaceStyle.js.map1withAndroidUserInterfaceStyle.js","names":["_configPlugins","data","require","withAndroidUserInter…
H A Dexpo-system-ui.js.map1withAndroidUserInterfaceStyle","withIosUserInterfaceStyle","exports","default"],"sources":["../../…
H A DwithAndroidUserInterfaceStyle.d.ts2 export declare const withAndroidUserInterfaceStyle: ConfigPlugin<void>; constant
H A Dexpo-system-ui.js44 …hIosRootViewBackgroundColor, _withAndroidUserInterfaceStyle().withAndroidUserInterfaceStyle, _with…
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/__tests__/
H A DwithAndroidUserInterfaceStyle-test.ts4 import { withAndroidUserInterfaceStyle } from '../withAndroidUserInterfaceStyle';
17 describe(withAndroidUserInterfaceStyle, () => {
25 plugin: withAndroidUserInterfaceStyle,
45 plugin: withAndroidUserInterfaceStyle,
/expo/packages/expo-system-ui/plugin/build/
H A DwithAndroidUserInterfaceStyle.js6 exports.setStrings = exports.resolveProps = exports.withAndroidUserInterfaceStyle = void 0;
11 const withAndroidUserInterfaceStyle = (config) => { function
17 exports.withAndroidUserInterfaceStyle = withAndroidUserInterfaceStyle;
H A DwithAndroidUserInterfaceStyle.d.ts6 export declare const withAndroidUserInterfaceStyle: ConfigPlugin<void>; constant
H A DwithSystemUI.js13 withAndroidUserInterfaceStyle_1.withAndroidUserInterfaceStyle,
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/
H A Dexpo-system-ui.ts2 import { withAndroidUserInterfaceStyle } from './withAndroidUserInterfaceStyle';
12 withAndroidUserInterfaceStyle,
H A DwithAndroidUserInterfaceStyle.ts3 export const withAndroidUserInterfaceStyle: ConfigPlugin<void> = (config) => { constant
/expo/packages/expo-system-ui/plugin/src/
H A DwithSystemUI.ts4 import { withAndroidUserInterfaceStyle } from './withAndroidUserInterfaceStyle';
14 withAndroidUserInterfaceStyle,
H A DwithAndroidUserInterfaceStyle.ts12 export const withAndroidUserInterfaceStyle: ConfigPlugin<void> = (config) => { constant