Skip to content

Commit

Permalink
fix: 🐛 Tog bort headerLargeTitle från navigationComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
kajetan-kazimierczak committed Sep 30, 2021
1 parent 71cb230 commit 73019af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/components/navigation.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const AppNavigator = () => {
<StatusBar />
<Navigator
screenOptions={() => ({
headerLargeTitle: true,
headerLargeTitle: false,
headerLargeTitleHideShadow: true,
direction: isRTL(langCode) ? 'rtl' : 'ltr',
headerStyle: {
Expand Down

0 comments on commit 73019af

Please sign in to comment.