| /expo/packages/expo-router/src/link/ |
| H A D | useLoadedNavigation.ts | 56 loadNavigation((nav) => setNavigation(nav));
|
| /expo/packages/expo-router/build/link/ |
| H A D | useLoadedNavigation.js | 46 loadNavigation((nav) => setNavigation(nav));
|
| H A D | useLoadedNavigation.js.map | 1 …LoadedNavigation();\n\n useEffect(() => {\n loadNavigation((nav) => setNavigation(nav));\n },…
|
| /expo/docs/ui/components/Header/ |
| H A D | Header.tsx | 29 <nav css={[containerStyle, isMobileMenuVisible]}> 73 </nav> 75 <nav css={[containerStyle, showOnMobileStyle]}> 82 </nav>
|
| /expo/docs/ui/components/Sidebar/ |
| H A D | Sidebar.tsx | 53 <nav css={STYLES_SIDEBAR} data-sidebar> 60 </nav>
|
| /expo/packages/expo-navigation-bar/build/ |
| H A D | NavigationBar.types.js.map | 1 …rker** to adjust for a mostly light nav bar.\n * - `light` makes buttons **lighter** to adjust for…
|
| /expo/docs/ui/components/TableOfContents/ |
| H A D | TableOfContents.tsx | 20 <nav css={containerStyle}> 31 </nav>
|
| /expo/packages/html-elements/src/elements/__tests__/__snapshots__/ |
| H A D | Layout-test.tsx.snap.web | 44 <nav
|
| /expo/docs/ui/components/Layout/ |
| H A D | Layout.tsx | 62 {navigation && <nav css={navigationStyle}>{navigation}</nav>}
|
| /expo/docs/components/__snapshots__/ |
| H A D | DocumentationSidebarRight.test.tsx.snap | 5 <nav 97 </nav>
|
| /expo/docs/ui/components/Navigation/ |
| H A D | Navigation.tsx | 23 <nav className="w-[280px] h-full bg-subtle dark:bg-default"> 28 </nav>
|
| /expo/home/navigation/ |
| H A D | Navigation.tsx | 173 const nav = navigationRef.current; 174 if (!nav) { 180 nav.navigate('QRCode');
|
| /expo/packages/html-elements/ |
| H A D | babel.js | 28 nav: 'Nav', property
|
| H A D | README.md | 74 | [`<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 D | DocumentationSidebarRight.tsx | 105 <nav css={sidebarStyle} data-sidebar> 134 </nav>
|
| /expo/ios/vendored/sdk47/react-native-screens/ios/ |
| H A D | ABI47_0_0RNSScreenStackHeaderConfig.mm | 110 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 D | ABI47_0_0RNSScreenStack.mm | 280 // 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 D | ABI48_0_0RNSScreenStackHeaderConfig.mm | 110 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 D | ABI48_0_0RNSScreenStack.mm | 280 // 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 D | ABI49_0_0RNSScreenStackHeaderConfig.mm | 133 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 D | ABI49_0_0RNSScreenStack.mm | 295 // 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 D | RNSScreenStackHeaderConfig.mm | 133 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 D | RNSScreenStack.mm | 295 // that delegate method is ask nav header to update to the current state it does not hurt to
|