| id | community-libraries |
|---|---|
| title | Community libraries |
| sidebar_label | Community libraries |
This guide lists various community libraries that can be used alongside React Navigation to enhance its functionality.
:::note
Please refer to the library's documentation to see which version of React Navigation it supports.
:::
A library that provides customizable screen transition animations for React Navigation's Native Stack Navigator.
Helps you to render buttons in the navigation bar and handle the styling so you don't have to. It tries to mimic the appearance of native navbar buttons and attempts to offer a simple interface for you to interact with.
Provides simple HOCs that map react-navigation props to your screen components directly - ie. instead of const user = this.props.route.params.activeUser, you'd write const user = this.props.activeUser.
Provides building blocks for scroll-driven animated headers in React Native. It can be used with React Navigation to create collapsible, progress-driven headers, including headers rendered by the navigator itself via bridging components.