mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-13 09:20:15 +08:00
fix a typo of a prop name
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user