Home
last modified time | relevance | path

Searched defs:getLinkingConfig (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-router/build/
H A DgetLinkingConfig.d.ts12 export declare function getLinkingConfig(routes: RouteNode): ExpoLinkingOptions; function
H A DgetLinkingConfig.js11 function getLinkingConfig(routes) { function
/expo/packages/expo-router/src/
H A DgetLinkingConfig.ts24 export function getLinkingConfig(routes: RouteNode): ExpoLinkingOptions { function