From 88c12d23cdc413e6c049fe0f99ed12652e1289d8 Mon Sep 17 00:00:00 2001 From: Jacob Lauritzen Date: Sat, 10 Mar 2018 09:28:13 +0100 Subject: [PATCH] Update example --- example/App.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/example/App.js b/example/App.js index 6a5879b..995d843 100644 --- a/example/App.js +++ b/example/App.js @@ -71,7 +71,10 @@ export default class Example extends React.Component { backgroundWidth={5} fill={fill} tintColor="#00e0ff" - backgroundColor="transparent" + backgroundColor="#3d5875" + arcSweepAngle={240} + rotation={240} + linecap="round" /> console.log('onAnimationComplete')} ref="circularProgress" backgroundColor="#3d5875" + arcSweepAngle={180} />