[MovieApp] Add key to image components inside of MovieCell.

Summary:
Closes https://github.com/facebook/react-native/pull/2065
Github Author: Christopher <hello@blick-labs.com>
This commit is contained in:
Christopher 2015-07-23 14:53:52 -07:00
parent aefb3d3628
commit 3fa3963465
1 changed files with 1 additions and 0 deletions

View File

@ -262,6 +262,7 @@ var SearchScreen = React.createClass({
) {
return (
<MovieCell
key={movie.id}
onSelect={() => this.selectMovie(movie)}
onHighlight={() => highlightRowFunc(sectionID, rowID)}
onUnhighlight={() => highlightRowFunc(null, null)}