genexu / react-native-pie-chart

Simple pie chart module for your React Native app
MIT License
109 stars 47 forks source link

use prop-types and ViewPropTypes #11

Closed sethvincent closed 7 years ago

sethvincent commented 7 years ago

This prepares react-native-pie-chart for react@16 changes switching from React.PropTypes to the prop-types package, as well as the react-native switch from View.propTypes to ViewPropTypes.

genexu commented 7 years ago

Thank a lot!!! @sethvincent, quite busy recently that have no time to update this issue.

I'm not at home now, so i can't merge the PR immediately, i will do this today ASAP, thanks again for your contribution :)

But there have another file need to update too, you can update if you have free time or i will modify lately. https://github.com/genexu/react-native-pie-chart/blob/master/src/index.js#L28-L36

genexu commented 7 years ago

Update complete and new version is published, please update your package dependency.

sethvincent commented 7 years ago

Thanks!