From c0946a3eeff5ca8d66480115a3ec3f663cd281b8 Mon Sep 17 00:00:00 2001 From: Adeildo Amorim Date: Sun, 11 Jun 2017 13:16:20 -0300 Subject: [PATCH] Remove Arial fontFamily to avoid errors with Expo --- AppIntro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppIntro.js b/AppIntro.js index 52b42d9..03c8c3a 100644 --- a/AppIntro.js +++ b/AppIntro.js @@ -94,7 +94,7 @@ const defaulStyles = { nextButtonText: { fontSize: 25, fontWeight: 'bold', - fontFamily: 'Arial', + //fontFamily: 'Arial', }, full: { height: 80,