genexu / react-native-pie-chart

Simple pie chart module for your React Native app
MIT License
111 stars 48 forks source link

View.propTypes warnings #6

Closed fdiep closed 7 years ago

fdiep commented 7 years ago

Looks like View.propTypes will be deprecated in future releases of ReactNative.

"Warning: View.propTypes has been deprecated and will be removed in a future version of ReactNative. Use ViewPropTypes instead"

genexu commented 7 years ago

Yes, this warning start showing on RN 0.44 version, i will implement this feature soon, thanks for your report.

genexu commented 7 years ago

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