Trying to render <AnimatedGaugeProgress/> component in a Expo app results in:
"Error while updating property 'stroke' in shadow node of type: ARTShape".
Prerequisites
- React Native 0.63.
- Expo 41.0.1.
- react-native-simple-gauge 0.3.1.
- @react-native-community/art 1.2.0.
Steps to Reproduce
- install react-native-simple-gauge and @react-native-community/art.
- In the index component, return:
<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".
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".