使用react-navigation 报错isMounted
使用react-navigation 报错isMounted
使用react-navigation,一直warning, isMounted弃用一直提示我干嘛,我有严重的强迫症,后来发现,大家都遇到了同样的问题:
解决方法
很抱歉,不能解决,但是我们可以忽略掉他,在index.js文件里面添加以下代码
import { YellowBox } from 'react-native';
YellowBox.ignoreWarnings(['Warning: isMounted(...) is deprecated', 'Module RCTImageLoader']);
你尽管提示,我能看得到算我输~