react-native-bounceable icon indicating copy to clipboard operation
react-native-bounceable copied to clipboard

PropTypes has been moved in React v16

Open carlost opened this issue 7 years ago • 1 comments

Starting with react v15.5 the use of React.PropTypes resulted in a deprecation warning. in v16 that module was moved to the prop-types package. This is causing react-native-bounceable to fail:

TypeErr: Cannot read property 'func' of undefined

React has scripts that can be used to update the source for this package: https://github.com/reactjs/react-codemod. although that is probably unnecessary because the change is pretty minor.

carlost avatar Oct 02 '17 16:10 carlost

@carlost this issue should be fixed as my PR was merged

DaKaZ avatar Oct 13 '17 19:10 DaKaZ