gpt4 book ai didi

react-native - 标题中未显示 native 基础图标

转载 作者:行者123 更新时间:2023-12-04 21:55:36 25 4
gpt4 key购买 nike

在这里,我使用基于 native 的最新版本并使用所有方法 Prop ,但我的图标仍然没有出现在标题中

import React, { Component } from "react";
import {
View,
Text,
StyleSheet
} from "react-native";
import {Header,Icon} from 'native-base'

class HomeScreen extends Component {
static navigationOptions = { header: null }
render() {
return (
<View style={{flex:1,backgroundColor:'#3q455c',width:"100%"}}>
<Header
placement="left"
leftComponent={{ icon: 'menu', color: 'white' }}
centerComponent={{ text: 'MY TITLE', style: { color: 'white' } }}
rightComponent={{ icon: 'home', color: 'white' }}
/>

</View>
);

}}
export default HomeScreen;

const styles = StyleSheet.create({
container: {
flex: 1,
alignItems: 'center',
justifyContent: 'center'
}
});

Here the header function is not showing in the header component

最佳答案

为了解决这个问题,我做了:

react-native link
react-native run-android

和图标显示。

关于react-native - 标题中未显示 native 基础图标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52797397/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com