import { YellowBox } from 'react-native';
YellowBox.ignoreWarnings(['Warning: isMounted(...) is deprecated', 'Module RCTImageLoader']);
如上图所示 react native在模拟器上面有警告信息 很挡视线,所以去掉为好。
import { YellowBox } from 'react-native';
YellowBox.ignoreWarnings(['Warning: isMounted(...) is deprecated', 'Module RCTImageLoader']);
如上图所示 react native在模拟器上面有警告信息 很挡视线,所以去掉为好。