react-native-flip-view
react-native-flip-view copied to clipboard
PropTypes can no longer be required from react
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
I have the same problem, I already have everywhere in the project var PropTypes = require('prop-types'); how to fix that problem?
release? @kevinstumpf *