Searched refs:parentId (Results 1 – 7 of 7) sorted by relevance
| /expo/packages/expo-router/src/ |
| H A D | useNavigation.ts | 46 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 D | useNavigation.js | 41 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 D | useNavigation.d.ts | 8 export declare function resolveParentId(contextKey: string, parentId?: string | null): string | nul…
|
| H A D | useNavigation.js.map | 1 …parentId?: 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 D | InterfaceBuilder.js | 70 function getAbsoluteConstraints(childId, parentId) { argument 71 …parentId, 'top']), createConstraint([childId, 'leading'], [parentId, 'leading']), createConstraint…
|
| H A D | InterfaceBuilder.js.map | 1 …parentId","applyImageToSplashScreenXML","contentMode","width","height","userLabel","horizontalHugg…
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/ |
| H A D | InterfaceBuilder.ts | 314 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']),
|