Skip to content
New issue

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

Receiving "Error while updating property 'stroke' in shadow node of type: ARTShape" #67

Open
danicaliforrnia opened this issue Jan 29, 2022 · 1 comment

Comments

@danicaliforrnia
Copy link

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

  1. install react-native-simple-gauge and @react-native-community/art.
  2. 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".

@danicaliforrnia
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant