react-navigation使用时报错Warning: is
2018-05-03 本文已影响0人
channelRead0
warning.jpg
我的版本是:
"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']);