Browse Source

Fixed ios header back button title

Arnaud Vergnet 4 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
                 component={props.createTabNavigator}
55
                 component={props.createTabNavigator}
56
                 options={{
56
                 options={{
57
                     headerShown: false,
57
                     headerShown: false,
58
+                    title: i18n.t('screens.home'),
58
                 }}
59
                 }}
59
             />
60
             />
60
             <MainStack.Screen
61
             <MainStack.Screen

Loading…
Cancel
Save