maxs15 / react-native-spinkit

A collection of animated loading indicators for React Native
MIT License
2.36k stars 300 forks source link

fix PropTypes since react 15.5 #75

Closed dunghuynh closed 7 years ago

dunghuynh commented 7 years ago

This is to fix missing PropTypes from React since version 15.5

bvaughn commented 7 years ago

I believe this diff needs to also add prop-types as a dependency to the package.json file.

dunghuynh commented 7 years ago

Thanks Bvaughn, I have just added prop-types as a dependency