Navbar

This components extends Galio's NavBar component.

This has the same props as the NavBar component but the whole navigation and programming logic is written inside of it.

Usage

To include

import Navbar from '@components/Navbar'
<Navbar
  navigation={this.props.navigation}
  title="Title"
  hasSearch
  showSearch
  searchCallback
  seachPlaceholder
  back
  white
/>

Props

Last updated