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
2018-10-02 22:28:32 +10:00
2018-08-03 14:59:12 -07:00
2018-08-03 14:59:12 -07:00
2018-08-03 14:59:12 -07:00
2018-08-03 14:59:12 -07:00
2018-08-22 16:23:40 -07:00
2018-08-03 14:59:12 -07:00
2018-08-03 14:59:12 -07:00
2018-08-03 14:59:12 -07:00
2018-08-03 14:59:12 -07:00

React Navigation Stack

CircleCI badge

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
No description provided
Readme
Languages
JavaScript 100%