fix: 🐛 Tog bort headerLargeTitle från navigationComponent

This commit is contained in:
Kajetan Kazimierczak 2021-09-30 22:36:19 +02:00
parent 71cb230b92
commit 73019af8f4
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ export const AppNavigator = () => {
<StatusBar />
<Navigator
screenOptions={() => ({
headerLargeTitle: true,
headerLargeTitle: false,
headerLargeTitleHideShadow: true,
direction: isRTL(langCode) ? 'rtl' : 'ltr',
headerStyle: {