Fixes the "bug" where the title of screens with a back arrow would have a large gap between the title and back arrow. This is fixed by manually setting the left side offset of the title container and must be set on ALL screens that has a back arrow.
I.e.:
<Stack.Screen ... options={..., ...TitleOffsetOptions} />
Generated using TypeDoc
Fixes the "bug" where the title of screens with a back arrow would have a large gap between the title and back arrow. This is fixed by manually setting the left side offset of the title container and must be set on ALL screens that has a back arrow.
I.e.: