Home
last modified time | relevance | path

Searched defs:initialRouteName (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-router/build/views/
H A DNavigator.js40 function Navigator({ initialRouteName, screenOptions, children, router }) { field
52 …return (React.createElement(QualifiedNavigator, { initialRouteName: initialRouteName, screenOption… property
55 function QualifiedNavigator({ initialRouteName, screenOptions, children, screens, contextKey, route… field
/expo/packages/expo-router/build/
H A DsortRoutes.js39 function sortRoutesWithInitial(initialRouteName) { argument
H A DuseScreens.js14 function getSortedChildren(children, order, initialRouteName) { argument
/expo/packages/expo-router/src/
H A DgetReactNavigationConfig.ts71 initialRouteName: node.initialRouteName, constant
/expo/packages/expo-router/build/fork/
H A DgetStateFromPath.js88 initialRouteName: options.initialRouteName, property
397 initialRouteName: config.initialRouteName, property