react-native-parallax-view
react-native-parallax-view copied to clipboard
backgroundSource propTypes is not object
backgroundSource propTypes should be:
PropTypes.oneOfType([
PropTypes.shape({
uri: PropTypes.string,
}),
// Opaque type returned by require('./image.jpg')
PropTypes.number,
]),
@someok Why don't you submit a pull request so we can get this merged in?
PR created: https://github.com/lelandrichardson/react-native-parallax-view/pull/28