Home
last modified time | relevance | path

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

/expo/packages/expo-router/build/fork/
H A DNavigationContainer.native.js53 function NavigationContainerInner({ theme = native_1.DefaultTheme, linking, fallback = null, docume… class
107 const NavigationContainer = React.forwardRef(NavigationContainerInner);
H A DNavigationContainer.native.js.map1NavigationContainerInner(\n {\n theme = DefaultTheme,\n linking,\n fallback = null,\n …
/expo/packages/expo-router/src/fork/
H A DNavigationContainer.native.tsx52 function NavigationContainerInner(
139 const NavigationContainer = React.forwardRef(NavigationContainerInner) as <