Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions versioned_docs/version-7.x/community-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,11 @@ Helps you to render buttons in the navigation bar and handle the styling so you
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`.

[Repository](https://github.com/vonovak/react-navigation-props-mapper)

## react-navigation-header-motion

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.

[Documentation](https://pawicao.github.io/react-native-header-motion)

[Repository](https://github.com/pawicao/react-native-header-motion)
8 changes: 8 additions & 0 deletions versioned_docs/version-8.x/community-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,11 @@ Helps you to render buttons in the navigation bar and handle the styling so you
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`.

[Repository](https://github.com/vonovak/react-navigation-props-mapper)

## react-navigation-header-motion

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.

[Documentation](https://pawicao.github.io/react-native-header-motion)

[Repository](https://github.com/pawicao/react-native-header-motion)
Loading