From 70c8c590598ce79615b7f07e2a77d8517823b326 Mon Sep 17 00:00:00 2001 From: Yohan Simard Date: Sun, 8 Mar 2020 14:21:25 +0100 Subject: [PATCH] Fixed search bar padding in ProximoListScreen --- screens/Proximo/ProximoListScreen.js | 1 + 1 file changed, 1 insertion(+) 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); }