# React Navigation

> Markdown mirror of DialtoneApp's public top-site detail page for `reactnavigation.org`.

URL: https://dialtoneapp.com/top-sites/reactnavigation.org/index.md
Canonical HTML: https://dialtoneapp.com/top-sites/reactnavigation.org

## Summary

- Domain: `reactnavigation.org`
- Website: https://reactnavigation.org
- Description: ai readable | score 20 | purchase read only
- Label: ai_readable
- Payment surface: Not available
- Purchase boundary: read_only
- Control boundary: unknown
- Rank: 414843

## robots

~~~text
# As a condition of accessing this website, you agree to abide by the following
# content signals:

# (a)  If a Content-Signal = yes, you may collect content for the corresponding
#      use.
# (b)  If a Content-Signal = no, you may not collect content for the
#      corresponding use.
# (c)  If the website operator does not include a Content-Signal for a
#      corresponding use, the website operator neither grants nor restricts
#      permission via Content-Signal with respect to the corresponding use.

# The content signals and their meanings are:

# search:   building a search index and providing search results (e.g., returning
#           hyperlinks and short excerpts from your website's contents). Search does not
#           include providing AI-generated search summaries.
# ai-input: inputting content into one or more AI models (e.g., retrieval
#           augmented generation, grounding, or other real-time taking of content for
#           generative AI search answers).
# ai-train: training or fine-tuning AI models.

# ANY RESTRICTIONS EXPRESSED VIA CONTENT SIGNALS ARE EXPRESS RESERVATIONS OF
# RIGHTS UNDER ARTICLE 4 OF THE EUROPEAN UNION DIRECTIVE 2019/790 ON COPYRIGHT
# AND RELATED RIGHTS IN THE DIGITAL SINGLE MARKET.

# BEGIN Cloudflare Managed content

User-agent: *
Content-Signal: search=yes,ai-train=no
Allow: /

User-agent: Amazonbot
Disallow: /

User-agent: Applebot-Extended
Disallow: /

User-agent: Bytespider
Disallow: /

User-agent: CCBot
Disallow: /

User-agent: ClaudeBot
Disallow: /

User-agent: CloudflareBrowserRenderingCrawler
Disallow: /

User-agent: Google-Extended
Disallow: /

User-agent: GPTBot
Disallow: /

User-agent: meta-externalagent
Disallow: /

# END Cloudflare Managed Content
~~~

## llms

~~~text
# React Navigation 7.x

> Routing and navigation for your React Native apps.

## Documentation

### Fundamentals

- [Getting started](https://reactnavigation.org/docs/getting-started.md)
- [Hello React Navigation](https://reactnavigation.org/docs/hello-react-navigation.md)
- [Moving between screens](https://reactnavigation.org/docs/navigating.md)
- [Passing parameters to routes](https://reactnavigation.org/docs/params.md)
- [Configuring the header bar](https://reactnavigation.org/docs/headers.md)
- [Header buttons](https://reactnavigation.org/docs/header-buttons.md)
- [Nesting navigators](https://reactnavigation.org/docs/nesting-navigators.md)
- [Navigation lifecycle](https://reactnavigation.org/docs/navigation-lifecycle.md)
- [Next steps](https://reactnavigation.org/docs/next-steps.md)

### Guides

- [Themes](https://reactnavigation.org/docs/themes.md)
- [Writing tests](https://reactnavigation.org/docs/testing.md)
- [Type checking with TypeScript](https://reactnavigation.org/docs/typescript.md)
- [Deep linking](https://reactnavigation.org/docs/deep-linking.md)
- [Configuring links](https://reactnavigation.org/docs/configuring-links.md)
- [State persistence](https://reactnavigation.org/docs/state-persistence.md)
- [React Navigation on Web](https://reactnavigation.org/docs/web-support.md)
- [Authentication flows](https://reactnavigation.org/docs/auth-flow.md)
- [Supporting safe areas](https://reactnavigation.org/docs/handling-safe-area.md)
- [Hiding tab bar in specific screens](https://reactnavigation.org/docs/hiding-tabbar-in-screens.md)
- [Different status bar configuration based on route](https://reactnavigation.org/docs/status-bar.md)
- [Opening a modal](https://reactnavigation.org/docs/modal.md)
- [Multiple drawers](https://reactnavigation.org/docs/multiple-drawers.md)
- [Screen options with nested navigators](https://reactnavigation.org/docs/screen-options-resolution.md)
- [Custom Android back button behavior](https://reactnavigation.org/docs/custom-android-back-button-handling.md)
- [Animating elements between screens](https://reactnavigation.org/docs/shared-element-transitions.md)
- [Preventing going back](https://reactnavigation.org/docs/preventing-going-back.md)
- [Call a function when focused screen changes](https://reactnavigation.org/docs/function-after-focusing-screen.md)
- [Navigating without the navigation prop](https://reactnavigation.org/docs/navigating-without-navigation-prop.md)
- [Server rendering](https://reactnavigation.org/docs/server-rendering.md)
- [Screen tracking for analytics](https://reactnavigation.org/docs/screen-tracking.md)
- [Static vs Dynamic API](https://reactnavigation.org/docs/static-vs-dynamic.md)
- [Mixing Static & Dynamic APIs](https://reactnavigation.org/docs/combine-static-with-dynamic.md)
- [Troubleshooting](https://reactnavigation.org/docs/troubleshooting.md)
- [Upgrading from 6.x](https://reactnavigation.org/docs/upgrading-from-6.x.md)

### Navigators

- [Stack Navigator](https://reactnavigation.org/docs/stack-navigator.md)
- [Native Stack Navigator](https://reactnavigation.org/docs/native-stack-navigator.md)
- [Bottom Tabs Navigator](https://reactnavigation.org/docs/bottom-tab-navigator.md)
- [Native Bottom Tabs Navigator](https://reactnavigation.org/docs/native-bottom-tab-navigator.md)
- [Drawer Navigator](https://reactnavigation.org/docs/drawer-navigator.md)
- [Material Top Tabs Navigator](https://reactnavigation.org/docs/material-top-tab-navigator.md)

### Libraries

- [Developer tools](https://reactnavigation.org/docs/devtools.md)
- [Elements Library](https://reactnavigation.org/docs/elements.md)
- [React Native Tab View](https://reactnavigation.org/docs/tab-view.md)
- [React Native Drawer Layout](https://reactnavigation.org/docs/drawer-layout.md)

### API reference

- [Static configuration](https://reactnavigation.org/docs/static-configuration.md)
- [NavigationContainer](https://reactnavigation.org/docs/navigation-container.md)
- [ServerContainer](https://reactnavigation.org/docs/server-container.md)
- [Navigator](https://reactnavigation.org/docs/navigator.md)
- [Group](https://reactnavigation.org/docs/group.md)
- [Screen](https://reactnavigation.org/docs/screen.md)
- [Options for screens](https://reactnavigation.org/docs/screen-options.md)
- [Route object reference](https://reactnavigation.org/docs/route-object.md)
- [Navigation object reference](https://reactnavigation.org/docs/navigation-object.md)
- [NavigationContext](https://reactnavigation.org/docs/navigation-context.md)
- [Navigation events](https://reactnavigation.org/docs/navigation-events.md)
- [Navigation state reference](https://reactnavigation.org/docs/navigation-state.md)
- [Link](https://reactnavigation.org/docs/link.md)

#### Hooks

- [useNavigation](https://reactnavigation.org/docs/use-navigation.md)
- [useRoute](https://reactnavigation.org/docs/use-route.md)
- [useNavigationState](https://reactnavigation.org/docs/use-navigation-state.md)
- [useFocusEffect](https://reactnavigation.org/docs/use-focus-effect.md)
- [useIsFocused](https://reactnavigation.org/docs/use-is-focused.md)
- [usePreventRemove](https://reactnavigation.org/docs/use-prevent-remove.md)
- [useRoutePath](https://reactnavigation.org/docs/use-route-path.md)
- [useLinkTo](https://reactnavigation.org/docs/use-link-to.md)
- [useLinkProps](https://reactnavigation.org/docs/use-link-props.md)
- [useLinkBuilder](https://reactnavigation.org/docs/use-link-builder.md)
- [useScrollToTop](https://reactnavigation.org/docs/use-scroll-to-top.md)
- [useTheme](https://reactnavigation.org/docs/use-theme.md)

#### Actions

- [CommonActions reference](https://reactnavigation.org/docs/navigation-actions.md)
- [StackActions reference](https://reactnavigation.org/docs/stack-actions.md)
- [DrawerActions reference](https://reactnavigation.org/docs/drawer-actions.md)
- [TabActions reference](https://reactnavigation.org/docs/tab-actions.md)

### Build your own Navigator

- [Custom routers](https://reactnavigation.org/docs/custom-routers.md)
- [Custom navigators](https://reactnavigation.org/docs/custom-navigators.md)

### Ecosystem

- [Community solutions](https://reactnavigation.org/docs/community-solutions.md)
- [Community navigators](https://reactnavigation.org/docs/community-navigators.md)
- [Community libraries](https://reactnavigation.org/docs/community-libraries.md)
- [More resources](https://reactnavigation.org/docs/more-resources.md)

### Meta

- [Migration Guides](https://reactnavigation.org/docs/migration-guides.md)
- [Glossary of terms](https://reactnavigation.org/docs/glossary-of-terms.md)
- [Pitch & anti-pitch](https://reactnavigation.org/docs/pitch.md)
- [Limitations](https://reactnavigation.org/docs/limitations.md)
- [Apps using React Navigation](https://reactnavigation.org/docs/used-by.md)
- [React Navigation contributor guide](https://reactnavigation.org/docs/contributing.md)
- [Documentation for LLMs](https://reactnavigation.org/docs/llms.md)
~~~

## llms-full

Not found.