Home
last modified time | relevance | path

Searched refs:resolveProps (Results 1 – 10 of 10) sorted by relevance

/expo/packages/expo-system-ui/plugin/src/__tests__/
H A DwithAndroidUserInterfaceStyle-test.ts1 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 DwithNavigationBar-test.ts4 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 DwithAndroidUserInterfaceStyle.js6 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 DwithAndroidUserInterfaceStyle.d.ts7 export declare function resolveProps(config: Pick<ExpoConfig, 'userInterfaceStyle' | 'android'>): P… function
/expo/packages/expo-navigation-bar/plugin/build/
H A DwithNavigationBar.js6 …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 DwithNavigationBar.d.ts13 export declare function resolveProps(config: Pick<ExpoConfig, 'androidNavigationBar'>, _props: Prop… function
/expo/apps/native-component-list/src/screens/Image/
H A DImageTestListItem.tsx14 import { resolveProps } from './resolveProps';
30 const imageProps = resolveProps(test.props, animValue);
H A DresolveProps.ts57 export function resolveProps( function
/expo/packages/expo-system-ui/plugin/src/
H A DwithAndroidUserInterfaceStyle.ts14 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 DwithNavigationBar.ts69 export function resolveProps( function
120 const props = resolveProps(config, _props);