mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-27 01:34:25 +08:00
Expose 'hideShadow' option in react naviation bindings (#192)
This commit is contained in:
committed by
GitHub
parent
adf3333462
commit
7c304a007f
@@ -46,6 +46,7 @@ class StackView extends React.Component {
|
||||
largeTitle,
|
||||
headerLargeTitleStyle,
|
||||
translucent,
|
||||
hideShadow,
|
||||
} = options;
|
||||
|
||||
const scene = {
|
||||
@@ -72,6 +73,7 @@ class StackView extends React.Component {
|
||||
headerLargeTitleStyle && headerLargeTitleStyle.fontFamily,
|
||||
largeTitleFontSize:
|
||||
headerLargeTitleStyle && headerLargeTitleStyle.fontSize,
|
||||
hideShadow,
|
||||
};
|
||||
|
||||
const hasHeader = headerMode !== 'none' && options.header !== null;
|
||||
|
||||
Reference in New Issue
Block a user