mirror of
https://github.com/status-im/react-native.git
synced 2025-02-07 07:03:59 +00:00
Merge pull request #4865 from sunnylqm/patch-2
fix a typo of a prop name
This commit is contained in:
commit
ebfbfd58b7
@ -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>
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user