From 001903a57818ec74783266f4700ba474bc5d2d12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Kwa=C5=9Bniewski?= Date: Tue, 22 Oct 2024 13:46:17 +0200 Subject: [PATCH 1/4] docs: add react-native-bottom-tabs --- .../navigation-solutions-and-community-libraries.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/versioned_docs/version-7.x/navigation-solutions-and-community-libraries.md b/versioned_docs/version-7.x/navigation-solutions-and-community-libraries.md index d945b70daf..f2540ef1ab 100755 --- a/versioned_docs/version-7.x/navigation-solutions-and-community-libraries.md +++ b/versioned_docs/version-7.x/navigation-solutions-and-community-libraries.md @@ -63,3 +63,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`. [github.com/vonovak/react-navigation-props-mapper](https://github.com/vonovak/react-navigation-props-mapper) + +## react-native-bottom-tabs + +This project aims to expose the native Bottom Tabs component to React Native. It exposes SwiftUI's TabView on iOS and the material design tab bar on Android. Using `react-native-bottom-tabs` can bring several benefits, including multi-platform support and improved memory consumption. + +[github.com/okwasniewski/react-native-bottom-tabs](https://github.com/okwasniewski/react-native-bottom-tabs) From 5c6721d4b71c843b34d53d28da5923f0d9755a52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Kwa=C5=9Bniewski?= Date: Tue, 22 Oct 2024 14:01:02 +0200 Subject: [PATCH 2/4] update v6 docs --- .../navigation-solutions-and-community-libraries.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/versioned_docs/version-6.x/navigation-solutions-and-community-libraries.md b/versioned_docs/version-6.x/navigation-solutions-and-community-libraries.md index 8a9c7d0afe..86e2253e0f 100755 --- a/versioned_docs/version-6.x/navigation-solutions-and-community-libraries.md +++ b/versioned_docs/version-6.x/navigation-solutions-and-community-libraries.md @@ -57,3 +57,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`. [github.com/vonovak/react-navigation-props-mapper](https://github.com/vonovak/react-navigation-props-mapper) + +## react-native-bottom-tabs + +This project aims to expose the native Bottom Tabs component to React Native. It exposes SwiftUI's TabView on iOS and the material design tab bar on Android. Using `react-native-bottom-tabs` can bring several benefits, including multi-platform support and improved memory consumption. + +[github.com/okwasniewski/react-native-bottom-tabs](https://github.com/okwasniewski/react-native-bottom-tabs) From 539d66f256a30e03742c1cd717dbdb2001238023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Kwa=C5=9Bniewski?= Date: Wed, 30 Oct 2024 11:28:43 +0100 Subject: [PATCH 3/4] Update navigation-solutions-and-community-libraries.md --- .../version-6.x/navigation-solutions-and-community-libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-6.x/navigation-solutions-and-community-libraries.md b/versioned_docs/version-6.x/navigation-solutions-and-community-libraries.md index 86e2253e0f..5c0efe2927 100755 --- a/versioned_docs/version-6.x/navigation-solutions-and-community-libraries.md +++ b/versioned_docs/version-6.x/navigation-solutions-and-community-libraries.md @@ -60,6 +60,6 @@ Provides simple HOCs that map react-navigation props to your screen components d ## react-native-bottom-tabs -This project aims to expose the native Bottom Tabs component to React Native. It exposes SwiftUI's TabView on iOS and the material design tab bar on Android. Using `react-native-bottom-tabs` can bring several benefits, including multi-platform support and improved memory consumption. +This project aims to expose the native Bottom Tabs component to React Native. It also exposes SwiftUI's TabView on iOS and the material design tab bar on Android. Using `react-native-bottom-tabs` can bring several benefits, including multi-platform support and a native-feeling tab bar. [github.com/okwasniewski/react-native-bottom-tabs](https://github.com/okwasniewski/react-native-bottom-tabs) From 3319c39928ce776e15bb18a6a7e84731eac936d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Kwa=C5=9Bniewski?= Date: Wed, 30 Oct 2024 11:29:06 +0100 Subject: [PATCH 4/4] Update navigation-solutions-and-community-libraries.md --- .../version-7.x/navigation-solutions-and-community-libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-7.x/navigation-solutions-and-community-libraries.md b/versioned_docs/version-7.x/navigation-solutions-and-community-libraries.md index f2540ef1ab..1891a0afcf 100755 --- a/versioned_docs/version-7.x/navigation-solutions-and-community-libraries.md +++ b/versioned_docs/version-7.x/navigation-solutions-and-community-libraries.md @@ -66,6 +66,6 @@ Provides simple HOCs that map react-navigation props to your screen components d ## react-native-bottom-tabs -This project aims to expose the native Bottom Tabs component to React Native. It exposes SwiftUI's TabView on iOS and the material design tab bar on Android. Using `react-native-bottom-tabs` can bring several benefits, including multi-platform support and improved memory consumption. +This project aims to expose the native Bottom Tabs component to React Native. It exposes SwiftUI's TabView on iOS and the material design tab bar on Android. Using `react-native-bottom-tabs` can bring several benefits, including multi-platform support and a native-feeling tab bar. [github.com/okwasniewski/react-native-bottom-tabs](https://github.com/okwasniewski/react-native-bottom-tabs)