Merge pull request #4865 from sunnylqm/patch-2

fix a typo of a prop name
This commit is contained in:
Satyajit Sahoo 2015-12-18 21:50:56 +05:30
commit ebfbfd58b7
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class ImageBrowserApp extends React.Component {
render() {
return (
<View>
{this.props.imageList.map(this.renderImage)}
{this.props.images.map(this.renderImage)}
</View>
);
}