chore: add typescript to pre-commit hook

This commit is contained in:
satyajit.happy
2019-07-14 22:00:20 +02:00
parent bba0feb691
commit 07b013ce49

View File

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