Home
last modified time | relevance | path

Searched defs:resolveProps (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-system-ui/plugin/build/
H A DwithAndroidUserInterfaceStyle.d.ts7 export declare function resolveProps(config: Pick<ExpoConfig, 'userInterfaceStyle' | 'android'>): P… function
H A DwithAndroidUserInterfaceStyle.js18 function resolveProps(config) { function
/expo/packages/expo-navigation-bar/plugin/build/
H A DwithNavigationBar.d.ts13 export declare function resolveProps(config: Pick<ExpoConfig, 'androidNavigationBar'>, _props: Prop… function
H A DwithNavigationBar.js39 function resolveProps(config, _props) { function
/expo/packages/expo-system-ui/plugin/src/
H A DwithAndroidUserInterfaceStyle.ts19 export function resolveProps(config: Pick<ExpoConfig, 'userInterfaceStyle' | 'android'>): Props { function
/expo/apps/native-component-list/src/screens/Image/
H A DresolveProps.ts57 export function resolveProps( function
/expo/packages/expo-navigation-bar/plugin/src/
H A DwithNavigationBar.ts69 export function resolveProps( function