Closed shukerullah closed 7 years ago
Why are you using 'prop-types' instead of React.PropTypes?
"dependencies": { "react": "16.0.0-alpha.6", "react-native": "0.44.0", "react-native-responsive-grid": "^0.21.0" }
See migration guide:
https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html
PropTypes is being taken out of React to reduce size of React core.
Why are you using 'prop-types' instead of React.PropTypes?