ReactNative navigation自定义头部
作者:互联网
export default class Voteextends RootComponent {
static navigationOptions = () => {
return {
headerTitle: '标题',
headerRight: (<View style={{ height: 40, width: 40 }}> 1234 </View>),
};
};
}
标签:1234,return,navigationOptions,自定义,default,headerRight,navigation,ReactNative 来源: https://blog.csdn.net/qq_41792345/article/details/94000469