react-native-progress icon indicating copy to clipboard operation
react-native-progress copied to clipboard

Typing issue: `endAngle` prop doesn't exist

Open CyxouD opened this issue 4 years ago • 1 comments

"react-native-progress": "^4.1.2"

I get typescript error Property 'endAngle' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<Circle> & Readonly<CirclePropTypes> & Readonly<...>' for Progress.Circle. Could you help with this?

image

react-native info:

System:
    OS: macOS Mojave 10.14.5
    CPU: (8) x64 Intel(R) Core(TM) i7-4850HQ CPU @ 2.30GHz
    Memory: 354.33 MB / 16.00 GB
    Shell: 3.2.57 - /bin/bash
  Binaries:
    Node: 10.17.0 - /usr/local/bin/node
    Yarn: 1.17.3 - /usr/local/bin/yarn
    npm: 6.11.3 - /usr/local/bin/npm
    Watchman: 4.9.0 - /usr/local/bin/watchman
  Managers:
    CocoaPods: 1.8.4 - /usr/local/bin/pod
  SDKs:
    iOS SDK:
      Platforms: iOS 13.0, DriverKit 19.0, macOS 10.15, tvOS 13.0, watchOS 6.0
    Android SDK: Not Found
  IDEs:
    Android Studio: 3.5 AI-191.8026.42.35.5900203
    Xcode: 11.0/11A420a - /usr/bin/xcodebuild
  Languages:
    Java: javac 13 - /usr/bin/javac
    Python: 2.7.10 - /usr/bin/python
  npmPackages:
    @react-native-community/cli: Not Found
    react: 16.13.1 => 16.13.1 
    react-native: 0.63.0 => 0.63.0 

CyxouD avatar Jul 22 '20 16:07 CyxouD

I have version "react-native-progress": "^5.0.0", and I have the same issue. Did it get removed?

The property is listed in the Circle.js, but doesn't appear in the indec.d.ts file 😢

leojclarke avatar Aug 23 '22 11:08 leojclarke