Home
last modified time | relevance | path

Searched refs:getStateFromPathRef (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-router/src/fork/
H A DuseLinking.native.ts112 const getStateFromPathRef = React.useRef(getStateFromPath); constant
121 getStateFromPathRef.current = getStateFromPath;
133 return path !== undefined ? getStateFromPathRef.current(path, configRef.current) : undefined;
/expo/packages/expo-router/build/fork/
H A DuseLinking.native.js95 const getStateFromPathRef = React.useRef(getStateFromPath);
103 getStateFromPathRef.current = getStateFromPath;
112 … return path !== undefined ? getStateFromPathRef.current(path, configRef.current) : undefined;
H A DuseLinking.native.js.map1getStateFromPathRef = React.useRef(getStateFromPath);\n const getActionFromStateRef = React.useRe…