Home
last modified time | relevance | path

Searched defs:withAndroidUserInterfaceStyle (Results 1 – 6 of 6) sorted by relevance

/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/
H A DwithAndroidUserInterfaceStyle.ts3 export const withAndroidUserInterfaceStyle: ConfigPlugin<void> = (config) => { constant
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-system-ui/
H A DwithAndroidUserInterfaceStyle.d.ts2 export declare const withAndroidUserInterfaceStyle: ConfigPlugin<void>; constant
H A DwithAndroidUserInterfaceStyle.js14 const withAndroidUserInterfaceStyle = config => { function
/expo/packages/expo-system-ui/plugin/build/
H A DwithAndroidUserInterfaceStyle.d.ts6 export declare const withAndroidUserInterfaceStyle: ConfigPlugin<void>; constant
H A DwithAndroidUserInterfaceStyle.js11 const withAndroidUserInterfaceStyle = (config) => { function
/expo/packages/expo-system-ui/plugin/src/
H A DwithAndroidUserInterfaceStyle.ts12 export const withAndroidUserInterfaceStyle: ConfigPlugin<void> = (config) => { constant