Bump dependency versions to reflect current RN

This commit is contained in:
Joe McKie
2017-04-09 12:08:20 +02:00
committed by Mike Grabowski
parent ce5be229ed
commit 2bbfc03cd0
7 changed files with 440 additions and 102 deletions

View File

@@ -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;