0.1.0 • Published 3 years ago
@logo-rn/logo-top-navigation v0.1.0
@logo-rn/logo-top-navigation
provides a heading component for the entire page.
Installation
Install the component:
npm i @logo-rn/logo-top-navigation -sUsage
Once installed, import the component in your application:
import {LogoTopNavigation} from '@logo-rn/logo-top-navigation'; <LogoTopNavigation
title="Profile"
backAction={() => navigation.navigate("Home")}
/>