forked from vergnet/application-amicale
Fixed ios header back button title
This commit is contained in:
parent
b7e1d56ff6
commit
7162978503
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ function MainStackComponent(props: { createTabNavigator: () => React.Node }) {
|
|||
component={props.createTabNavigator}
|
||||
options={{
|
||||
headerShown: false,
|
||||
title: i18n.t('screens.home'),
|
||||
}}
|
||||
/>
|
||||
<MainStack.Screen
|
||||
|
|
Loading…
Reference in a new issue