oblador / react-native-parallax

Parallax effects for React Native using Animated API
MIT License
583 stars 78 forks source link

Support React 15.5+ #28

Open philster opened 6 years ago

philster commented 6 years ago

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