Open someok opened 8 years ago
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
backgroundSource propTypes should be: