已经有一段时间了,因为我试图header
react-native
栏NavigationExperimental
透明return (<NavHeader
{...props}
style={styles.headerStyle}
renderTitleComponent={this.renderTitleComponent}
renderLeftComponent={this.renderLeftComponent}
/>);
,但没有运气,任何人都可以告诉我该怎么做吗?
这是我的代码
headerStyle: {
backgroundColor: colors.appBarBackgroundColor,
borderBottomWidth: Platform.OS === 'ios' ? StyleSheet.hairlineWidth : 0,
},
和headerStyle
errorColor: '#d31100',
primaryColor: '#292929',
secondaryColor: '#929292',
controlColor: '#212121',
secondaryControlColor: '#ffb300',
appBarBackgroundColor: 'transparent',
编辑: 这是项目中使用的颜色
{{1}}
由于