摘要: https://www.jianshu.com/p/2f575cc35780 阅读全文
posted @ 2018-07-12 17:29 冬天不眠 阅读(146) 评论(0) 推荐(0)
摘要: 在做 React Native 应用的时候,我们常常使用 react-navigation 做导航栏,发现 Android 上的标题不居中,IOS 上没问题。 1 如果只有标题,那就在 headerTitleStyle 设置 alignSelf:'center' 就可以。 2 如果标题栏左侧还有返回 阅读全文
posted @ 2018-07-12 15:00 冬天不眠 阅读(827) 评论(0) 推荐(0)