Home
last modified time | relevance | path

Searched refs:nav (Results 1 – 23 of 23) sorted by relevance

/expo/packages/expo-router/src/link/
H A DuseLoadedNavigation.ts56 loadNavigation((nav) => setNavigation(nav));
/expo/packages/expo-router/build/link/
H A DuseLoadedNavigation.js46 loadNavigation((nav) => setNavigation(nav));
H A DuseLoadedNavigation.js.map1 …LoadedNavigation();\n\n useEffect(() => {\n loadNavigation((nav) => setNavigation(nav));\n },…
/expo/docs/ui/components/Header/
H A DHeader.tsx29 <nav css={[containerStyle, isMobileMenuVisible]}>
73 </nav>
75 <nav css={[containerStyle, showOnMobileStyle]}>
82 </nav>
/expo/docs/ui/components/Sidebar/
H A DSidebar.tsx53 <nav css={STYLES_SIDEBAR} data-sidebar>
60 </nav>
/expo/packages/expo-navigation-bar/build/
H A DNavigationBar.types.js.map1 …rker** to adjust for a mostly light nav bar.\n * - `light` makes buttons **lighter** to adjust for…
/expo/docs/ui/components/TableOfContents/
H A DTableOfContents.tsx20 <nav css={containerStyle}>
31 </nav>
/expo/packages/html-elements/src/elements/__tests__/__snapshots__/
H A DLayout-test.tsx.snap.web44 <nav
/expo/docs/ui/components/Layout/
H A DLayout.tsx62 {navigation && <nav css={navigationStyle}>{navigation}</nav>}
/expo/docs/components/__snapshots__/
H A DDocumentationSidebarRight.test.tsx.snap5 <nav
97 </nav>
/expo/docs/ui/components/Navigation/
H A DNavigation.tsx23 <nav className="w-[280px] h-full bg-subtle dark:bg-default">
28 </nav>
/expo/home/navigation/
H A DNavigation.tsx173 const nav = navigationRef.current;
174 if (!nav) {
180 nav.navigate('QRCode');
/expo/packages/html-elements/
H A Dbabel.js28 nav: 'Nav', property
H A DREADME.md74 | [`<nav />`][html-nav] | [`<Nav />`](#nav) |
288 | Web | `<nav style="display:flex" />` |
820 [html-nav]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/nav
/expo/docs/components/
H A DDocumentationSidebarRight.tsx105 <nav css={sidebarStyle} data-sidebar>
134 </nav>
/expo/ios/vendored/sdk47/react-native-screens/ios/
H A DABI47_0_0RNSScreenStackHeaderConfig.mm110 UINavigationController *nav = (UINavigationController *)vc.parentViewController;
111 UIViewController *nextVC = nav.visibleViewController;
112 if (nav.transitionCoordinator != nil) {
117 nextVC = nav.topViewController;
123 …BOOL isInFullScreenModal = nav == nil && _screenView.stackPresentation == ABI47_0_0RNSScreenStackP…
124 …// if nav is nil, it means we can be in a fullScreen modal, so there is no nextVC, but we still wa…
440 // when nav bar is not translucent we chage edgesForExtendedLayout to avoid system laying out
H A DABI47_0_0RNSScreenStack.mm280 // that delegate method is ask nav header to update to the current state it does not hurt to
/expo/ios/vendored/sdk48/react-native-screens/ios/
H A DABI48_0_0RNSScreenStackHeaderConfig.mm110 UINavigationController *nav = (UINavigationController *)vc.parentViewController;
111 UIViewController *nextVC = nav.visibleViewController;
112 if (nav.transitionCoordinator != nil) {
117 nextVC = nav.topViewController;
123 …BOOL isInFullScreenModal = nav == nil && _screenView.stackPresentation == ABI48_0_0RNSScreenStackP…
124 …// if nav is nil, it means we can be in a fullScreen modal, so there is no nextVC, but we still wa…
440 // when nav bar is not translucent we chage edgesForExtendedLayout to avoid system laying out
H A DABI48_0_0RNSScreenStack.mm280 // that delegate method is ask nav header to update to the current state it does not hurt to
/expo/ios/vendored/sdk49/react-native-screens/ios/
H A DABI49_0_0RNSScreenStackHeaderConfig.mm133 UINavigationController *nav = (UINavigationController *)vc.parentViewController;
134 UIViewController *nextVC = nav.visibleViewController;
135 if (nav.transitionCoordinator != nil) {
140 nextVC = nav.topViewController;
146 …BOOL isInFullScreenModal = nav == nil && _screenView.stackPresentation == ABI49_0_0RNSScreenStackP…
147 …// if nav is nil, it means we can be in a fullScreen modal, so there is no nextVC, but we still wa…
468 // when nav bar is not translucent we chage edgesForExtendedLayout to avoid system laying out
H A DABI49_0_0RNSScreenStack.mm295 // that delegate method is ask nav header to update to the current state it does not hurt to
/expo/ios/vendored/unversioned/react-native-screens/ios/
H A DRNSScreenStackHeaderConfig.mm133 UINavigationController *nav = (UINavigationController *)vc.parentViewController;
134 UIViewController *nextVC = nav.visibleViewController;
135 if (nav.transitionCoordinator != nil) {
140 nextVC = nav.topViewController;
146 …BOOL isInFullScreenModal = nav == nil && _screenView.stackPresentation == RNSScreenStackPresentati…
147 …// if nav is nil, it means we can be in a fullScreen modal, so there is no nextVC, but we still wa…
468 // when nav bar is not translucent we chage edgesForExtendedLayout to avoid system laying out
H A DRNSScreenStack.mm295 // that delegate method is ask nav header to update to the current state it does not hurt to