mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-02 17:18:58 +08:00
Summary: Without this, the displayName property wasn't found when looking at `.constructor` on a component instance. Fixes facebook/react-devtools#92. Closes https://github.com/facebook/react-native/pull/1471 Github Author: Ben Alpert <balpert@fb.com> Test Plan: Used devtools on MoviesApp and saw RCTView instead of Unknown: {F22491590}