0.1.0 • Published 2 years ago

@logo-rn/logo-top-navigation v0.1.0

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

@logo-rn/logo-top-navigation

provides a heading component for the entire page.

npm version

Installation

Install the component:

npm i @logo-rn/logo-top-navigation -s

Usage

Once installed, import the component in your application:

import {LogoTopNavigation} from '@logo-rn/logo-top-navigation';
   <LogoTopNavigation 
      title="Profile" 
      backAction={() => navigation.navigate("Home")} 
   />

For more detailed information, please visit:

Logo Elements Documentation ↗