From 3fa39634655007a68e85a28a71f7d798e41f12ff Mon Sep 17 00:00:00 2001 From: Christopher Date: Thu, 23 Jul 2015 14:53:52 -0700 Subject: [PATCH] [MovieApp] Add key to image components inside of MovieCell. Summary: Closes https://github.com/facebook/react-native/pull/2065 Github Author: Christopher --- Examples/Movies/SearchScreen.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/Movies/SearchScreen.js b/Examples/Movies/SearchScreen.js index c0877d978a7..a88d7bfacb0 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)}