chore: update eslint and prettier

This commit is contained in:
Satyajit Sahoo
2020-05-11 18:17:15 +02:00
parent f34ec46111
commit 1f30227049
5 changed files with 177 additions and 107 deletions

View File

@@ -43,6 +43,7 @@ const Header = React.memo(function Header(props: StackHeaderProps) {
: previous.route.routeName;
}
// eslint-disable-next-line react-hooks/exhaustive-deps
const goBack = React.useCallback(
debounce(() => {
navigation.dispatch(StackActions.pop({ key: scene.route.key }));