升级到React Native 0.55.4后,isMounted()警告会一直显示

时间:2018-05-30 04:29:08

标签: javascript reactjs react-native warnings mobile-application

升级到最新的React Native版本0.55.4后,我看到isMounted()警告。

enter image description here

1 个答案:

答案 0 :(得分:6)

将以下代码添加到根index.js文件中。

import { YellowBox } from 'react-native';
YellowBox.ignoreWarnings(['Warning: isMounted(...) is deprecated', 'Module RCTImageLoader']);