Skip to content

Commit b8c5da2

Browse files
authored
Add react-native-bottom-tabs to community libraries (#1376)
1 parent ed54793 commit b8c5da2

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Diff for: versioned_docs/version-6.x/navigation-solutions-and-community-libraries.md

+6
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,9 @@ Helps you to render buttons in the navigation bar and handle the styling so you
5757
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`.
5858

5959
[github.com/vonovak/react-navigation-props-mapper](https://github.com/vonovak/react-navigation-props-mapper)
60+
61+
## react-native-bottom-tabs
62+
63+
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.
64+
65+
[github.com/okwasniewski/react-native-bottom-tabs](https://github.com/okwasniewski/react-native-bottom-tabs)

Diff for: versioned_docs/version-7.x/navigation-solutions-and-community-libraries.md

+6
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,9 @@ Helps you to render buttons in the navigation bar and handle the styling so you
6363
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`.
6464

6565
[github.com/vonovak/react-navigation-props-mapper](https://github.com/vonovak/react-navigation-props-mapper)
66+
67+
## react-native-bottom-tabs
68+
69+
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.
70+
71+
[github.com/okwasniewski/react-native-bottom-tabs](https://github.com/okwasniewski/react-native-bottom-tabs)

0 commit comments

Comments
 (0)