Browse Source

Fixed ios header back button title

Arnaud Vergnet 3 years ago
parent
commit
7162978503
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/navigation/MainNavigator.js

+ 1
- 0
src/navigation/MainNavigator.js View File

@@ -55,6 +55,7 @@ function MainStackComponent(props: { createTabNavigator: () => React.Node }) {
55 55
                 component={props.createTabNavigator}
56 56
                 options={{
57 57
                     headerShown: false,
58
+                    title: i18n.t('screens.home'),
58 59
                 }}
59 60
             />
60 61
             <MainStack.Screen

Loading…
Cancel
Save