Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backgroundSource propTypes is not object #30

Open
someok opened this issue Apr 8, 2016 · 2 comments
Open

backgroundSource propTypes is not object #30

someok opened this issue Apr 8, 2016 · 2 comments

Comments

@someok
Copy link

someok commented Apr 8, 2016

backgroundSource propTypes should be:

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

nick-merrill commented Aug 8, 2016

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

@preco21
Copy link

preco21 commented Aug 19, 2016

PR created: #28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants