Home
last modified time | relevance | path

Searched refs:parentId (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-router/src/
H A DuseNavigation.ts46 export function resolveParentId(contextKey: string, parentId?: string | null): string | null {
47 if (!parentId) {
51 if (parentId.startsWith('.')) {
52 return getNameFromFilePath(relativePaths(contextKey, parentId));
54 return getNameFromFilePath(parentId);
/expo/packages/expo-router/build/
H A DuseNavigation.js41 function resolveParentId(contextKey, parentId) { argument
42 if (!parentId) {
45 if (parentId.startsWith('.')) {
46 return (0, matchers_1.getNameFromFilePath)(relativePaths(contextKey, parentId));
48 return (0, matchers_1.getNameFromFilePath)(parentId);
H A DuseNavigation.d.ts8 export declare function resolveParentId(contextKey: string, parentId?: string | null): string | nul…
H A DuseNavigation.js.map1parentId?: string | null): string | null {\n if (!parentId) {\n return null;\n }\n\n if (par…
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DInterfaceBuilder.js70 function getAbsoluteConstraints(childId, parentId) { argument
71parentId, 'top']), createConstraint([childId, 'leading'], [parentId, 'leading']), createConstraint…
H A DInterfaceBuilder.js.map1parentId","applyImageToSplashScreenXML","contentMode","width","height","userLabel","horizontalHugg…
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DInterfaceBuilder.ts314 function getAbsoluteConstraints(childId: string, parentId: string) {
316 createConstraint([childId, 'top'], [parentId, 'top']),
317 createConstraint([childId, 'leading'], [parentId, 'leading']),
318 createConstraint([childId, 'trailing'], [parentId, 'trailing']),
319 createConstraint([childId, 'bottom'], [parentId, 'bottom']),