chore: release 2.0.0-alpha.1

This commit is contained in:
satyajit.happy
2019-06-15 00:11:09 +02:00
parent cb49d431f4
commit 309d09c387
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "react-navigation-stack",
"version": "2.0.0-alpha.0",
"version": "2.0.0-alpha.1",
"description": "Stack navigator component for React Navigation",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",

View File

@@ -120,11 +120,11 @@ export default class HeaderSegment extends React.Component<Props, State> {
headerLeft: left = (props: HeaderBackButtonProps) => (
<HeaderBackButton {...props} />
),
// @ts-ignore
headerStatusBarHeight = getStatusBarHeight(layout.width > layout.height),
headerTintColor,
headerBackground,
headerBackgroundStyle,
// @ts-ignore
headerRight: right,
headerBackImage: backImage,
headerBackTitle: leftLabel,