diff --git a/screens/Proximo/ProximoListScreen.js b/screens/Proximo/ProximoListScreen.js index 53a4431..d57cf16 100644 --- a/screens/Proximo/ProximoListScreen.js +++ b/screens/Proximo/ProximoListScreen.js @@ -110,6 +110,7 @@ export default class ProximoListScreen extends React.Component { this.props.navigation.setOptions({ headerRight: button, headerTitle: title, + headerTitleContainerStyle: {marginHorizontal: 0, right: 50, left: 50}, }); this.setSortMode(1); }