Skip to content

Commit

Permalink
Add headers prop in source array type prop
Browse files Browse the repository at this point in the history
Summary:
<!--
Thank you for sending the PR! We appreciate you spending the time to work on these changes.

Help us understand your motivation by explaining why you decided to make this change.

You can learn more about contributing to React Native here: http://facebook.github.io/react-native/docs/contributing.html

Happy contributing!

-->

My first contribution 👍

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work. Bonus points for screenshots and videos!)
Closes #16155

Differential Revision: D5962399

Pulled By: shergin

fbshipit-source-id: b7a44d53d875b32d04c1b876eb7ec2f30a9d0d80
  • Loading branch information
phillip055 authored and facebook-github-bot committed Oct 3, 2017
1 parent 33f4779 commit ddc2210
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Libraries/Image/Image.android.js
Expand Up @@ -107,6 +107,7 @@ var Image = createReactClass({
uri: PropTypes.string, uri: PropTypes.string,
width: PropTypes.number, width: PropTypes.number,
height: PropTypes.number, height: PropTypes.number,
headers: PropTypes.objectOf(PropTypes.string),
})) }))
]), ]),
/** /**
Expand Down

0 comments on commit ddc2210

Please sign in to comment.