export default class Voteextends RootComponent {
static navigationOptions = () => {
return {
headerTitle: '标题',
headerRight: (<View style={{ height: 40, width: 40 }}> 1234 </View>),
};
};
}
ReactNative navigation自定义头部
最新推荐文章于 2024-07-02 13:54:14 发布