mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-10 09:13:43 +08:00
chore: add typescript to pre-commit hook
This commit is contained in:
@@ -281,7 +281,7 @@ class StackView extends React.Component<Props, State> {
|
||||
onGestureEnd,
|
||||
} = this.props;
|
||||
|
||||
const { mode, ...config } = navigationConfig;
|
||||
const { mode = 'card', ...config } = navigationConfig;
|
||||
const { routes, descriptors, opening, closing } = this.state;
|
||||
|
||||
const headerMode =
|
||||
|
||||
Reference in New Issue
Block a user