react-native-progress-view / progress-bar-android

ProgressBar Component for react-native Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incomplete type declaration file

soumyamishra89 opened this issue · comments

Bug

  1. The index.d.ts file is missing the VIewProps that the progressbar inherits from.
  2. Also the example in the REDAME file says
    import { ProgressBar } from '@react-native-community/progress-bar-android';
    but there is no ProgressBar declared. it is ProgressBarAndroid.

@soumyamishra89 Thanks for the issue! Released v1.0.2 with fixes included 🎉