Skip to content

Commit 001903a

Browse files
authored
docs: add react-native-bottom-tabs
1 parent 6c92221 commit 001903a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
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 improved memory consumption.
70+
71+
[github.com/okwasniewski/react-native-bottom-tabs](https://github.com/okwasniewski/react-native-bottom-tabs)

0 commit comments

Comments
 (0)