Skip to content

Commit 2e1ba68

Browse files
committed
Added React Native Header Motion to community libraries
1 parent fb36ddb commit 2e1ba68

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

versioned_docs/version-7.x/community-libraries.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,9 @@ Helps you to render buttons in the navigation bar and handle the styling so you
2929
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`.
3030

3131
[Repository](https://github.com/vonovak/react-navigation-props-mapper)
32+
33+
## react-navigation-header-motion
34+
35+
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.
36+
[Documentation](https://pawicao.github.io/react-native-header-motion/)
37+
[Repository](https://github.com/pawicao/react-native-header-motion)

versioned_docs/version-8.x/community-libraries.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,9 @@ Helps you to render buttons in the navigation bar and handle the styling so you
2929
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`.
3030

3131
[Repository](https://github.com/vonovak/react-navigation-props-mapper)
32+
33+
## react-navigation-header-motion
34+
35+
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.
36+
[Documentation](https://pawicao.github.io/react-native-header-motion/)
37+
[Repository](https://github.com/pawicao/react-native-header-motion)

0 commit comments

Comments
 (0)