machadogj / react-native-carousel-control

React Native Carousel control with support for iOS and Android
MIT License
247 stars 55 forks source link

Fixes #30 #32

Closed jjzazuet closed 6 years ago

jjzazuet commented 6 years ago

Just importing PropTypes via the external prop-types package. Thanks!

machadogj commented 6 years ago

@jjzazuet thank you very much for the PR! Do you know as of which version of React there's no more PropTypes? So we can make this explicit in the readme. (just saw the issue).

machadogj commented 6 years ago

@jjzazuet npm publish'd in version 2.0.1. Let me know how it goes. Thanks again for the PR!

jjzazuet commented 6 years ago

New version looks good. Thanks!