升级到最新的React Native版本0.55.4后,我看到isMounted()警告。 最佳答案 将以下代码添加到您的根index.js文件中。import { YellowBox } from 'react-native'; YellowBox.ignoreWarnings(['Warning: isMounted(...) is deprecated', 'Module RCTImageLoader']);