标签: reactjs react-native
我在反应原生中收到以下警告,我被告知这是我可以忽略的事情,但实际警告很烦人。
错误的实际文本如下......
Warning: Failed propType: Required prop `sceneRendererProps.isRequired` was not specified in `SceneView`. Check the render method of `NavigationCard`.
有没有办法可以摆脱,或具体抑制此错误消息?
答案 0 :(得分:2)
根据This Post
您应该可以执行以下操作...
console.ignoredYellowBox = ['Warning: Failed propType: SceneView'];