Fix flow error in CardStack

This commit is contained in:
Adam Miskiewicz
2017-05-23 21:51:30 -07:00
parent 934458ae8e
commit 269311c2a3

View File

@@ -382,7 +382,7 @@ class CardStack extends Component {
_renderInnerScene(
SceneComponent: ReactClass<*>,
scene: NavigationScene
): View | SceneView {
): React.Element<any> {
const { navigation } = this._getScreenDetails(scene);
const { screenProps } = this.props;
const headerMode = this._getHeaderMode();