From c11b80d7fa89faabc77ff4ad708edb16ae55990a Mon Sep 17 00:00:00 2001 From: Julia Friesel Date: Mon, 17 Jun 2019 06:38:55 +0200 Subject: [PATCH] Make home screen centered --- styles/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/index.js b/styles/index.js index 984bae3..fa766d6 100644 --- a/styles/index.js +++ b/styles/index.js @@ -116,7 +116,8 @@ export default StyleSheet.create({ color: fontOnPrimaryColor }, homeView: { - margin: 40, + alignItems: 'center', + marginVertical: 40 }, homeDescriptionText: { width: 200,