首页 > 移动平台 > 详细

react-navigation android 导航标题居中

时间:2017-08-15 14:44:55      阅读:2904      评论:0      收藏:0      [点我收藏+]

先贴下代码供参考:

技术分享

安卓默认导航的titile 是在左侧的,为了和iOS保持一致,需要添加 

alignSelf:‘center‘,这个 属性 但是会遇到title有点偏右的情况

技术分享

添加headerRight 这个属性,就OK 了,仅此手记,供各位参考

参考:https://github.com/react-community/react-navigation/issues/544

 

react-navigation android 导航标题居中

原文:http://www.cnblogs.com/yazhengwang/p/7364881.html

(0)
(1)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!