gxsshallot / react-native-pure-navigation-bar

A fully customizable navigation bar in React Native.
MIT License
96 stars 19 forks source link

请问,如何修改 默认的返回 图标 #24

Closed guopingApple closed 4 years ago

guopingApple commented 4 years ago

其他页面用默认的图片,部分页面需要自定义 图片 怎么修改呢? InnerNaviBar.defaultProps.style.gobackImage = {

};

guopingApple commented 4 years ago

已解决。

InnerNaviBar.defaultProps.gobackImage = require('../images/xxx.png');

guopingApple commented 4 years ago

<NaviBar title={'关于我们'} isAbsolute={true} hasSeperatorLine={false} gobackImage={require('../../images/back-white2x.png')} style={{ title: {color: '#fff', fontSize: 42 unitWidth}, gobackImage: { width: 21 unitWidth, height: 36 * unitWidth, }, }} />