We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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".
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
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".
The text was updated successfully, but these errors were encountered: