From d7522ac3231d104249c3a8abae4b1dfe9897c56d Mon Sep 17 00:00:00 2001 From: Ruben Manrique Date: Sun, 30 Jun 2019 12:00:47 -0500 Subject: [PATCH 1/2] update app.json to have sdkVersion if sdkVersion is not present, expo will use the latest version installed on the computer vs the one from package.json --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index a27473c6..a57d2107 100644 --- a/app.json +++ b/app.json @@ -1,5 +1,5 @@ { "expo": { - "sdkVersion": "UNVERSIONED" + "sdkVersion": "32.0.0" } } From e8a198f99fce4292e0f48833f4be1fc47a68bce1 Mon Sep 17 00:00:00 2001 From: Ruben Manrique Date: Sun, 30 Jun 2019 12:04:53 -0500 Subject: [PATCH 2/2] update line-chart.js to fix onPress handler logic * change larger click circle to not rely on the fill to have opacity * remove Circles from View that were making them not show up in iOS --- src/line-chart.js | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/src/line-chart.js b/src/line-chart.js index 01315314..6ff4c8aa 100644 --- a/src/line-chart.js +++ b/src/line-chart.js @@ -48,22 +48,23 @@ class LineChart extends AbstractChart { } output.push( - - - - + , + ) }) })