From f665feb5b0d60b6fa016ac0c1ea5c47b3a3afd66 Mon Sep 17 00:00:00 2001 From: Alex Shen Date: Sun, 24 Mar 2019 17:34:09 -0400 Subject: [PATCH] fix item white border for items on android device --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 833d6ba..8a355b0 100644 --- a/index.js +++ b/index.js @@ -232,7 +232,7 @@ const styles = { backgroundColor: "white" }, item: { - backgroundColor: "white", + backgroundColor: "transparent", borderRadius: 30, height: 60, width: 60,