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
This commit is contained in:
Satyajit Sahoo 2016-02-27 16:18:40 -08:00 committed by Facebook Github Bot 4
parent 7c2c6a9d3f
commit 3cc4f97f04
1 changed files with 0 additions and 2 deletions

View File

@ -44,8 +44,6 @@ const PickerExample = React.createClass({
};
},
displayName: 'Android Picker',
render: function() {
return (
<UIExplorerPage title="<Picker>">