Searched refs:resolveProps (Results 1 – 10 of 10) sorted by relevance
| /expo/packages/expo-system-ui/plugin/src/__tests__/ |
| H A D | withAndroidUserInterfaceStyle-test.ts | 1 import { resolveProps, setStrings } from '../withAndroidUserInterfaceStyle'; 3 describe(resolveProps, () => { 5 expect(resolveProps({})).toStrictEqual({ 12 resolveProps({ 26 return resolveProps({ userInterfaceStyle: 'dark' }); 33 resolveProps({ 77 expect(setStrings(strings, resolveProps({}))).toStrictEqual({ 99 setStrings(strings, resolveProps({ userInterfaceStyle: 'light' })).resources.string
|
| /expo/packages/expo-navigation-bar/plugin/src/__tests__/ |
| H A D | withNavigationBar-test.ts | 4 resolveProps, 19 describe(resolveProps, () => { 21 expect(resolveProps({})).toStrictEqual({ 31 resolveProps({ 49 resolveProps( 65 resolveProps( 92 return resolveProps( 109 setStrings({ resources: {} }, resolveProps({}, { borderColor: '-bacon-' })) 177 expect(setStrings(strings, resolveProps({}))).toStrictEqual({ 195 setStrings(strings, resolveProps({}, { borderColor: 'dodgerblue' })).resources.string
|
| /expo/packages/expo-system-ui/plugin/build/ |
| H A D | withAndroidUserInterfaceStyle.js | 6 exports.setStrings = exports.resolveProps = exports.withAndroidUserInterfaceStyle = void 0; 13 config.modResults = setStrings(config.modResults, resolveProps(config)); 18 function resolveProps(config) { function 23 exports.resolveProps = resolveProps;
|
| H A D | withAndroidUserInterfaceStyle.d.ts | 7 export declare function resolveProps(config: Pick<ExpoConfig, 'userInterfaceStyle' | 'android'>): P… function
|
| /expo/packages/expo-navigation-bar/plugin/build/ |
| H A D | withNavigationBar.js | 6 …xports.setStrings = exports.withAndroidNavigationBarExpoGoManifest = exports.resolveProps = void 0; 39 function resolveProps(config, _props) { function 64 exports.resolveProps = resolveProps; 82 const props = resolveProps(config, _props);
|
| H A D | withNavigationBar.d.ts | 13 export declare function resolveProps(config: Pick<ExpoConfig, 'androidNavigationBar'>, _props: Prop… function
|
| /expo/apps/native-component-list/src/screens/Image/ |
| H A D | ImageTestListItem.tsx | 14 import { resolveProps } from './resolveProps'; 30 const imageProps = resolveProps(test.props, animValue);
|
| H A D | resolveProps.ts | 57 export function resolveProps( function
|
| /expo/packages/expo-system-ui/plugin/src/ |
| H A D | withAndroidUserInterfaceStyle.ts | 14 config.modResults = setStrings(config.modResults, resolveProps(config)); 19 export function resolveProps(config: Pick<ExpoConfig, 'userInterfaceStyle' | 'android'>): Props { function
|
| /expo/packages/expo-navigation-bar/plugin/src/ |
| H A D | withNavigationBar.ts | 69 export function resolveProps( function 120 const props = resolveProps(config, _props);
|