From 2e1ba681dfa238726456928151e3d543829b35af Mon Sep 17 00:00:00 2001 From: Oskar Pawica Date: Fri, 3 Apr 2026 17:13:48 +0200 Subject: [PATCH 1/2] Added React Native Header Motion to community libraries --- versioned_docs/version-7.x/community-libraries.md | 6 ++++++ versioned_docs/version-8.x/community-libraries.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/versioned_docs/version-7.x/community-libraries.md b/versioned_docs/version-7.x/community-libraries.md index f41f77c54e..a5a7e42e5a 100755 --- a/versioned_docs/version-7.x/community-libraries.md +++ b/versioned_docs/version-7.x/community-libraries.md @@ -29,3 +29,9 @@ 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) diff --git a/versioned_docs/version-8.x/community-libraries.md b/versioned_docs/version-8.x/community-libraries.md index f41f77c54e..a5a7e42e5a 100755 --- a/versioned_docs/version-8.x/community-libraries.md +++ b/versioned_docs/version-8.x/community-libraries.md @@ -29,3 +29,9 @@ 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) From 47c3378e049a5f6981a636a9782077e72778eff1 Mon Sep 17 00:00:00 2001 From: Oskar Pawica Date: Fri, 3 Apr 2026 17:25:10 +0200 Subject: [PATCH 2/2] fix formatting --- versioned_docs/version-7.x/community-libraries.md | 4 +++- versioned_docs/version-8.x/community-libraries.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/versioned_docs/version-7.x/community-libraries.md b/versioned_docs/version-7.x/community-libraries.md index a5a7e42e5a..d6430cda07 100755 --- a/versioned_docs/version-7.x/community-libraries.md +++ b/versioned_docs/version-7.x/community-libraries.md @@ -33,5 +33,7 @@ Provides simple HOCs that map react-navigation props to your screen components d ## 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/) + +[Documentation](https://pawicao.github.io/react-native-header-motion) + [Repository](https://github.com/pawicao/react-native-header-motion) diff --git a/versioned_docs/version-8.x/community-libraries.md b/versioned_docs/version-8.x/community-libraries.md index a5a7e42e5a..d6430cda07 100755 --- a/versioned_docs/version-8.x/community-libraries.md +++ b/versioned_docs/version-8.x/community-libraries.md @@ -33,5 +33,7 @@ Provides simple HOCs that map react-navigation props to your screen components d ## 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/) + +[Documentation](https://pawicao.github.io/react-native-header-motion) + [Repository](https://github.com/pawicao/react-native-header-motion)