React Native Pie Chart Versions Save

Simple pie chart module for your React Native app

v2.1.1

1 year ago

Updated dependencies to fix vulnerabilities. Nothing really changed.

v2.1.0

1 year ago
  • No longer concentrate TypeScript declarations into a single file. Seems that types weren't working before.
  • Fix issues #20 #33
  • Update dependencies. Update package-lock.json to work with the latest npm version.

v2.0.2

2 years ago

A bug fix in the TypeScript's type declarations.

v2.0.1

2 years ago

Breaking change

The prop chart_wh is renamed to widthAndHeight.

Changes

  • Upgraded the code to be compatible with the latest react and react-native.
  • Added TypeScript types.