react-navigation-selective-tab-bar

1.0.3 • Public • Published

react-navigation-selective-tab-bar

Creates a custom TabBar where you can decide which routes to display

Install

npm install react-navigation-selective-tab-bar

Usage

  {
    One: {
      screen: ScreenOne
    },
    Two: {
      screen: ScreenTwo
    },
    Three: {
      screen: ScreenThree
    },
    Four: {
      screen: ScreenFour
    }
  },
  {
    tabBarComponent: props => {
      return (
        <BottomTabBar
          {...props} // Required
          display={["One", "Three"]} // Required
          background="black" // Optional
        />
      );
    }
  }
);

ScreenShots


Example

git clone https://github.com/suarezluis/react-navigation-selective-tab-bar.git
cd react-navigation-selective-tab-bar
cd example
npm install or yarn install
react-native run-ios or react-native run-android

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.335latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.335
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i react-navigation-selective-tab-bar

Weekly Downloads

30

Version

1.0.3

License

ISC

Unpacked Size

397 kB

Total Files

11

Last publish

Collaborators

  • suarezluis