mirror of
https://github.com/status-im/react-navigation-stack.git
synced 2025-01-28 15:25:42 +00:00
wakeless
660bef6b05
Allow headerLeft components to control their own rendering
Within the _renderLeftComponent there is logic around wether or not the component should be rendered. This allows the headerLeft Component to make these decisions within it's own rendering
React Navigation Stack
Stack navigator for use on iOS and Android.
Installation
Open a Terminal in your project's folder and run,
yarn add react-navigation-stack
Usage
import { createStackNavigator } from 'react-navigation-stack';
export default createStackNavigator({
Inbox: InboxScreen
Drafts: DraftsScreen,
}, {
initialRouteName: 'Inbox',
});
Docs
Documentation can be found on the React Navigation website.
Description
Languages
JavaScript
100%