From 59cd206f98d6a4ee3130422634db800dc380ef95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esteban=20Mi=C3=B1o?= Date: Tue, 26 Mar 2019 22:05:04 -0300 Subject: [PATCH] navar title numberoflines 1 (#557) --- app/components/UI/NavbarTitle/index.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/components/UI/NavbarTitle/index.js b/app/components/UI/NavbarTitle/index.js index b2f2a313558..39b2d6326fe 100644 --- a/app/components/UI/NavbarTitle/index.js +++ b/app/components/UI/NavbarTitle/index.js @@ -95,7 +95,11 @@ class NavbarTitle extends Component { style={styles.wrapper} activeOpacity={this.props.disableNetwork ? 1 : 0.2} > - {title ? {realTitle} : null} + {title ? ( + + {realTitle} + + ) : null}