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

backgroundSource propTypes is not object

Open someok opened this issue 8 years ago • 2 comments

backgroundSource propTypes should be:

PropTypes.oneOfType([
      PropTypes.shape({
        uri: PropTypes.string,
      }),
      // Opaque type returned by require('./image.jpg')
      PropTypes.number,
    ]),

someok avatar Apr 08 '16 07:04 someok

@someok Why don't you submit a pull request so we can get this merged in?

nick-merrill avatar Aug 08 '16 21:08 nick-merrill

PR created: https://github.com/lelandrichardson/react-native-parallax-view/pull/28

preco21 avatar Aug 19 '16 09:08 preco21