forked from vergnet/application-amicale
Fixed search bar padding in ProximoListScreen
This commit is contained in:
parent
8bf8529331
commit
70c8c59059
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ export default class ProximoListScreen extends React.Component<Props, State> {
|
|||
this.props.navigation.setOptions({
|
||||
headerRight: button,
|
||||
headerTitle: title,
|
||||
headerTitleContainerStyle: {marginHorizontal: 0, right: 50, left: 50},
|
||||
});
|
||||
this.setSortMode(1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue