Open danicaliforrnia opened 2 years ago
Trying to render <AnimatedGaugeProgress/> component in a Expo app results in:
<AnimatedGaugeProgress/>
"Error while updating property 'stroke' in shadow node of type: ARTShape".
<AnimatedGaugeProgress size={200} width={15} fill={100} rotation={90} cropDegree={90} tintColor="#4682b4" backgroundColor="#b0c4de" stroke={[2, 2]} strokeCap="circle" />
Gauge should be displayed.
Expo throws "Error while updating property 'stroke' in shadow node of type: ARTShape".
Trying to render
<AnimatedGaugeProgress/>
component in a Expo app results in:"Error while updating property 'stroke' in shadow node of type: ARTShape".
Prerequisites
Steps to Reproduce
<AnimatedGaugeProgress size={200} width={15} fill={100} rotation={90} cropDegree={90} tintColor="#4682b4" backgroundColor="#b0c4de" stroke={[2, 2]} strokeCap="circle" />
Expected result
Gauge should be displayed.
Current result
Expo throws "Error while updating property 'stroke' in shadow node of type: ARTShape".