From fd41f5aa73a2683b1c7b6c9844e5451c746f39cc Mon Sep 17 00:00:00 2001 From: Christopher Date: Mon, 20 Jul 2015 19:37:22 -0700 Subject: [PATCH] [MovieApp] Add key to image components inside of MovieCell. --- Examples/Movies/SearchScreen.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/Movies/SearchScreen.js b/Examples/Movies/SearchScreen.js index c0877d978a7c9b..a88d7bfacb0b5b 100644 --- a/Examples/Movies/SearchScreen.js +++ b/Examples/Movies/SearchScreen.js @@ -262,6 +262,7 @@ var SearchScreen = React.createClass({ ) { return ( this.selectMovie(movie)} onHighlight={() => highlightRowFunc(sectionID, rowID)} onUnhighlight={() => highlightRowFunc(null, null)}