Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Libraries/Image/Image.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,12 @@ var Image = React.createClass({
* `uri` is a string representing the resource identifier for the image, which
* could be an http address, a local file path, or the name of a static image
* resource (which should be wrapped in the `required('image!name')` function).
*
* `isStatic` attribute to flag it as a local file (don't rely on this fact, it's likely to change in the future!)
*/
source: PropTypes.shape({
uri: PropTypes.string,
isStatic: PropTypes.bool,
}),
/**
* Whether this element should be revealed as an accessible element.
Expand Down