mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-06 17:28:54 +08:00
chore: release 2.0.0-alpha.1
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user