From 3cc4f97f0449ed922868c8d7532df9d3cad14c30 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Sat, 27 Feb 2016 16:18:40 -0800 Subject: [PATCH] Remove 'displayName' prop from 'PickerExample' component Summary:The value of the displayName was wrong (had space in it). Also the babel plugin for display name already adds display names. So we shouldn't need to do it manually. As a side effect, it breaks the UIExplorer app when HMR is enabled (that's how I found it). Closes https://github.com/facebook/react-native/pull/6193 Differential Revision: D2987160 fb-gh-sync-id: fd64112c26741fab1385454a0ce978ec1eaf2415 shipit-source-id: fd64112c26741fab1385454a0ce978ec1eaf2415 --- Examples/UIExplorer/PickerAndroidExample.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/Examples/UIExplorer/PickerAndroidExample.js b/Examples/UIExplorer/PickerAndroidExample.js index 0f76f6e84..cdbc64962 100644 --- a/Examples/UIExplorer/PickerAndroidExample.js +++ b/Examples/UIExplorer/PickerAndroidExample.js @@ -44,8 +44,6 @@ const PickerExample = React.createClass({ }; }, - displayName: 'Android Picker', - render: function() { return (