Kishanjvaghela / react-native-cardview

Native CardView for react-native (All Android version and iOS)
https://www.npmjs.com/package/react-native-cardview
MIT License
510 stars 82 forks source link

Use prop-types instead of React.PropTypes #13

Closed zhiyingzzhou closed 7 years ago

zhiyingzzhou commented 7 years ago

because React.PropTypes in react@16.0.0 has been removed from the core package. Facebook recommend use prop-types library instead React.PropTypes

zhiyingzzhou commented 7 years ago

I use "import {PropTypes} from 'react'" when upgrade react version to 16.0.0,.PropTypes will be undefined.