From 2e7ef97fd455b7fb7b279c813d38ee95bdba4352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Camilo=20Guarin=20Pe=C3=B1aranda?= Date: Mon, 29 May 2017 13:26:00 -0500 Subject: [PATCH] Fixing text alignment of the texts Set text alignment of the description and the title to 'center' --- AppIntro.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AppIntro.js b/AppIntro.js index 52b42d9..2fa9aae 100644 --- a/AppIntro.js +++ b/AppIntro.js @@ -45,10 +45,12 @@ const defaulStyles = { color: '#fff', fontSize: 30, paddingBottom: 20, + textAlign: 'center', }, description: { color: '#fff', fontSize: 20, + textAlign: 'center', }, controllText: { color: '#fff',