0.1.0 • Published 2 years ago

@logo-rn/logo-bottom-tab v0.1.0

Weekly downloads
-
License
See license in LI...
Repository
-
Last release
2 years ago

@logo-rn/logo-bottom-tab

allows user to navigate between screens with the bottomt tab.

npm version

Installation

Install the component:

npm i @logo-rn/logo-bottom-tab -s

Usage

Once installed, import the component in your application:

import {LogoBottomTab} from '@logo-rn/logo-bottom-tab';
  const BOTTTOM_TAB_LIST: { title: string, iconName?: string }[] = [
      {
             title: {i18n("1", lang)},
             iconName: "home"
      },
      {
          title:"Profile",
          iconName: "person"
      }
  ]
 
 <LogoBottomTab {...props} 
  tabList={BOTTTOM_TAB_LIST} />

For more detailed information, please visit:

Logo Elements Documentation ↗