From 4919bedb1c1b193ba84ac9a1207f3a42612c5706 Mon Sep 17 00:00:00 2001 From: pritamsadhu Date: Fri, 26 Apr 2019 16:04:23 +0530 Subject: [PATCH] Changed android background color from red to transparent --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index a656019..3198bb6 100644 --- a/index.js +++ b/index.js @@ -9,7 +9,7 @@ const styles = { flex: 1, justifyContent: 'center', padding: 20, - backgroundColor: 'rgba(37, 8, 10, 0.78)', + backgroundColor: 'rgba(0,0,0,.78)', }, innerContainer: { alignItems: 'center',