Brent Vatne 5780c0e0d1 Use flex on transparent card style so header is respected
I don't understand why you would want a header in this case but the people have spoken
https://github.com/react-navigation/react-navigation-stack/issues/65
2018-11-30 11:54:47 -08:00
2018-08-03 14:59:12 -07:00
2018-11-26 09:27:14 -08: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-10-15 11:57:46 -07:00
2018-10-31 15:12:14 -07:00
2018-08-03 14:59:12 -07:00
2018-11-30 11:54:37 -08:00
2018-08-03 14:59:12 -07:00
2018-10-29 20:00:58 -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%