Brent Vatne d6b1f5c967
Merge pull request #1 from dylancompanjen/master
Updated HeaderTitle fontWeight to match current iOS11&12 style
2018-08-14 08:56:15 -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
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-03 14:59:12 -07:00
2018-08-03 16:02:57 -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%