mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-10 09:13:43 +08:00
Bump dependency versions to reflect current RN
This commit is contained in:
committed by
Mike Grabowski
parent
ce5be229ed
commit
2bbfc03cd0
@@ -349,10 +349,10 @@ class CardStack extends Component {
|
||||
|
||||
_renderInnerScene(
|
||||
SceneComponent: ReactClass<*>,
|
||||
scene: NavigationScene
|
||||
): React.Element<*> {
|
||||
const {navigation, options} = this._getScreenDetails(scene);
|
||||
const {screenProps} = this.props;
|
||||
scene: NavigationScene,
|
||||
): React.Element<any> {
|
||||
const { navigation, options } = this._getScreenDetails(scene);
|
||||
const { screenProps } = this.props;
|
||||
const headerMode = this._getHeaderMode();
|
||||
if (headerMode === 'screen') {
|
||||
const isHeaderHidden = options.headerVisible === false;
|
||||
|
||||
Reference in New Issue
Block a user