美文网首页
使用Mobx时,FlatList的headerView不刷新

使用Mobx时,FlatList的headerView不刷新

作者: sunny635533 | 来源:发表于2019-08-20 11:25 被阅读0次

使用Mobx时,FlatList的headerView不刷新,

可以尝试用observer包裹headerView,例如:

试过,有效的,但是可能会弹出警告:

Warning: Can't call setState (or forceUpdate) on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in the componentWillUnmount method. 

相关文章

网友评论

      本文标题:使用Mobx时,FlatList的headerView不刷新

      本文链接:https://www.haomeiwen.com/subject/ogiusctx.html