idibidiart/react-native-responsive-grid

Unable to resolve module `prop-types`

shukerullah opened this issue · 1 comments

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.