Skip to content

Commit aa3df5b

Browse files
authored
Remove duplicate paragraph
1 parent db23292 commit aa3df5b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

versioned_docs/version-7.x/headers.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -673,15 +673,14 @@ export default function App() {
673673

674674
![Header custom title](/assets/headers/header-custom-title.png)
675675

676-
You might be wondering, why `headerTitle` when we provide a component and not `title`, like before? The reason is that `headerTitle` is a property that is specific to stack navigators, the `headerTitle` defaults to a `Text` component that displays the `title`.
677-
</TabItem>
678-
</Tabs>
679-
680676
:::note
681677

682678
You might be wondering, why `headerTitle` when we provide a component and not `title`, like before? The reason is that `headerTitle` is a property that is specific to headers, whereas `title` will be used for tab bars, drawers etc. as well. The `headerTitle` defaults to a `Text` component that displays the `title`.
683679

684680
:::
681+
</TabItem>
682+
</Tabs>
683+
685684

686685
## Additional configuration
687686

0 commit comments

Comments
 (0)