Warning: isMounted(…) is depreca
2018-09-03 本文已影响8人
YDM_4718
![](https://img.haomeiwen.com/i9995060/d8bcf66e10fd0e67.png)
解决:在index.js中加入一下代码,忽略警告
import { YellowBox } from 'react-native';
YellowBox.ignoreWarnings(['Warning: isMounted(...) is deprecated', 'Module RCTImageLoader']);
![](https://img.haomeiwen.com/i9995060/9207fdb788fa21f3.png)
解决:在index.js中加入一下代码,忽略警告
import { YellowBox } from 'react-native';
YellowBox.ignoreWarnings(['Warning: isMounted(...) is deprecated', 'Module RCTImageLoader']);