如何隐藏或抑制反应原生警告

时间:2016-08-20 02:57:31

标签: reactjs react-native

我在反应原生中收到以下警告,我被告知这是我可以忽略的事情,但实际警告很烦人。

enter image description here

错误的实际文本如下......

Warning: Failed propType: Required prop `sceneRendererProps.isRequired` was not specified in `SceneView`. Check the render method of `NavigationCard`.

有没有办法可以摆脱,或具体抑制此错误消息?

1 个答案:

答案 0 :(得分:2)

根据This Post

您应该可以执行以下操作...

console.ignoredYellowBox = ['Warning: Failed propType: SceneView'];