在這裏你可以看到的圖標不會被加載。有人可以找到我的解決方案。
代碼內容:
import {Icon, Row} from '@shoutem/ui';
return (
<View style={styles.container}>
<NavigationBar title="All Restaurants" />
<View style={styles.row}>
<Row styleName="small" >
<Icon name="play"/>
<Text>About</Text>
<Icon styleName="disclosure" name="right-arrow"/>
</Row>
</View>
</View>
);
這個問題與https:// github.com/shoutem/ui/issues/82這個問題非常相似。建議使用來自** shoutem **的'Text'組件而不是** react-naitve ** –
否,它不起作用。我有問題與圖標,而不是文本組件。 –
你如何運行項目?如果您不使用'shoutem' CLI,則必須在運行應用程序之前在項目根目錄中執行react-native link命令。 –