Home
last modified time | relevance | path

Searched defs:NavigationContainer (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-router/build/fork/
H A DNavigationContainer.native.d.ts11 declare const NavigationContainer: <RootParamList extends object = ReactNavigation.RootParamList>(p… constant
H A DNavigationContainer.native.js107 const NavigationContainer = React.forwardRef(NavigationContainerInner); constant