From 836227c558cf9c2f00017571e7879e765ed67122 Mon Sep 17 00:00:00 2001 From: Angel Jimenez Date: Fri, 14 Jul 2017 09:51:04 +0200 Subject: [PATCH] Added left & right margin to text content --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 869f483..f13ff03 100644 --- a/index.js +++ b/index.js @@ -326,6 +326,8 @@ let styles = StyleSheet.create({ flexDirection: 'column', marginBottom: 15, marginTop: 10, + marginLeft: 10, + marginRight: 10, justifyContent: 'center', alignItems: 'center', },