mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-06 17:34:59 +08:00
Fix flow error in CardStack
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user