Skip to content

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

@danicaliforrnia

Description

@danicaliforrnia

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".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions