feat(navigation) style updates

This commit is contained in:
Calin Chitu
2022-06-09 17:23:56 +03:00
committed by Calinteodor
parent 10b800e57f
commit a272995b8c
7 changed files with 23 additions and 8 deletions

View File

@@ -45,7 +45,7 @@ class HelpView extends PureComponent<Props> {
navigation.setOptions({
headerLeft: () =>
renderArrowBackButton(() =>
navigation.jumpTo(screen.welcome.main))
navigation.navigate(screen.welcome.main))
});
}