diff --git a/Libraries/Components/ToolbarAndroid/ToolbarAndroid.android.js b/Libraries/Components/ToolbarAndroid/ToolbarAndroid.android.js index 844889da0..26f03f7c9 100644 --- a/Libraries/Components/ToolbarAndroid/ToolbarAndroid.android.js +++ b/Libraries/Components/ToolbarAndroid/ToolbarAndroid.android.js @@ -49,9 +49,9 @@ var optionalImageSource = ReactPropTypes.oneOfType([ * render: function() { * return ( * * ) * }, @@ -77,7 +77,7 @@ var ToolbarAndroid = React.createClass({ * This property takes an array of objects, where each object has the following keys: * * * `title`: **required**, the title of this action - * * `icon`: the icon for this action, e.g. `require('image!some_icon')` + * * `icon`: the icon for this action, e.g. `require('./some_icon.png')` * * `show`: when to show this action as an icon or hide it in the overflow menu: `always`, * `ifRoom` or `never` * * `showWithText`: boolean, whether to show text alongside the icon or not