We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de27f1d commit 33ac55bCopy full SHA for 33ac55b
Libraries/Image/Image.ios.js
@@ -60,7 +60,7 @@ var Image = React.createClass({
60
/**
61
* `uri` is a string representing the resource identifier for the image, which
62
* could be an http address, a local file path, or the name of a static image
63
- * resource (which should be wrapped in the `required('image!name')` function).
+ * resource (which should be wrapped in the `require('image!name')` function).
64
*/
65
source: PropTypes.shape({
66
uri: PropTypes.string,
0 commit comments