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..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 @@ -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 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) 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..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 @@ -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 a native-feeling tab bar. + +[github.com/okwasniewski/react-native-bottom-tabs](https://github.com/okwasniewski/react-native-bottom-tabs)