From 75f853dd708be9c4f5eb11fa77019f92bce021ad Mon Sep 17 00:00:00 2001 From: empyrical Date: Sat, 9 Nov 2019 18:56:24 -0800 Subject: [PATCH] RNTester: Add missing key attribute in NewAppScreen example (#27180) Summary: This pull request adds a missing key attribute to an array of elements in the example for `NewAppScreen`. This results in the "missing key" warning no longer appearing when viewing this example. ## Changelog [General] [Fixed] - RNTester: Add missing key attribute in NewAppScreen example Pull Request resolved: https://github.com/facebook/react-native/pull/27180 Test Plan: When viewing this example in RNTester, this warning is no longer printed. Differential Revision: D18418198 Pulled By: mdvacca fbshipit-source-id: 8fbe51da7b714e3e94fd2186ea8cc4e3606d9f95 --- RNTester/js/examples/NewAppScreen/NewAppScreenExample.js | 1 + 1 file changed, 1 insertion(+) diff --git a/RNTester/js/examples/NewAppScreen/NewAppScreenExample.js b/RNTester/js/examples/NewAppScreen/NewAppScreenExample.js index 8136f601f4a..c7f9b3dffab 100644 --- a/RNTester/js/examples/NewAppScreen/NewAppScreenExample.js +++ b/RNTester/js/examples/NewAppScreen/NewAppScreenExample.js @@ -50,6 +50,7 @@ exports.examples = [ {Object.keys(Colors).map(key => ( ))}