idibidiart / react-native-responsive-grid

Bringing the Web's Responsive Design to React Native
Other
379 stars 42 forks source link

Unable to resolve module `prop-types` #3

Closed shukerullah closed 7 years ago

shukerullah commented 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"
}
idibidiart commented 7 years ago

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.