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

Support React 15.5+

Open philster opened this issue 8 years ago • 0 comments

To support React 15.5 and above, we use PropTypes from prop-types package instead of the React library, and do createReactClass from create-react-class package instead of the React library. See https://reactjs.org/blog/2017/04/07/react-v15.5.0.html

philster avatar Nov 08 '17 03:11 philster