react-native-flip-view icon indicating copy to clipboard operation
react-native-flip-view copied to clipboard

PropTypes can no longer be required from react

Open sventropy opened this issue 8 years ago • 2 comments

PropTypes is no longer part of react and hence must required from package prop-types. Similar to this issue.

Insert var PropTypes = require('prop-types'); here

sventropy avatar Jan 07 '18 12:01 sventropy

I have the same problem, I already have everywhere in the project var PropTypes = require('prop-types'); how to fix that problem?

Luckygirlllll avatar Feb 04 '18 10:02 Luckygirlllll

release? @kevinstumpf *

WesleyFaveri avatar Mar 25 '19 14:03 WesleyFaveri