我的版本是:
"dependencies": {
"react": "16.3.1",
"react-native": "0.55.3",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^1.5.11"
},
目前的解决方法是忽略,再index.js中添加
import { AppRegistry,YellowBox } from 'react-native';
YellowBox.ignoreWarnings(['Warning: isMounted(...) is deprecated']);
网友评论