Home
last modified time | relevance | path

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

/expo/packages/expo-router/src/fork/
H A DuseLinking.native.ts110 const configRef = React.useRef(config); constant
119 configRef.current = config;
133 return path !== undefined ? getStateFromPathRef.current(path, configRef.current) : undefined;
186 const action = getActionFromStateRef.current(state, configRef.current);
/expo/packages/expo-router/build/fork/
H A DuseLinking.native.js93 const configRef = React.useRef(config);
101 configRef.current = config;
112 … return path !== undefined ? getStateFromPathRef.current(path, configRef.current) : undefined;
152 const action = getActionFromStateRef.current(state, configRef.current);
H A DuseLinking.native.js.map1configRef = React.useRef(config);\n const getInitialURLRef = React.useRef(getInitialURL);\n cons…