From c2473c862c020e584b23da6ca075e02116e35804 Mon Sep 17 00:00:00 2001 From: Philip Shurpik Date: Thu, 31 Mar 2016 13:29:19 +0300 Subject: [PATCH] fixed backbutton text width --- src/NavBar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NavBar.js b/src/NavBar.js index af382025f..eea926d48 100644 --- a/src/NavBar.js +++ b/src/NavBar.js @@ -200,7 +200,7 @@ const styles = StyleSheet.create({ position: "absolute", }, backButton: { - width: 100, + width: 130, height: 37, position: "absolute", bottom: 4,