react-native禁用更改类名

时间:2018-11-27 12:45:06

标签: react-native

React-native版本更改了所有组件的名称,错误看起来像:

This error is located at:
    in p
    in Connect(p)
    in s
    in RCTView

如何禁用它并至少查看组件的名称?

我想在调试模式下看到错误:

This error is located at:
    in Feed (created by Connect(Feed))
    in Connect(Feed) (at SceneView.js:9)
    in SceneView (at StackViewLayout.js:478)
    in RCTView (at View.js:45)

0 个答案:

没有答案