MiEcosystem/ios-rn-sdk

navigator当前页面更新title问题

fuguoguo opened this issue · 0 comments

在当前页面 我想要根据服务端请求的数据改变navigator的title 重新给route.title 赋值了 但是title不刷新 调用this.forceupdate() 没什么用 有没有其他的可以刷新navogator的方法

比如冲服务端收到navtitle
我调用route.title = navtitle;
this.forceupdate() ;
并不能更新导航栏的标题