machadogj / react-native-carousel-control

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

React Native PropTypes has been moved to a separate package #30

Closed jjzazuet closed 6 years ago

jjzazuet commented 6 years ago

Since React 16, please

import PropTypes from 'prop-types';

Thanks for an awesome component!