當我試圖從道具我收到以下錯誤 警告加載圖像:失敗道具類型:提供給image
這裏無效道具source
是我的代碼加載圖像通過道具反應本地
SRC /components/common/Header.js
<View style={viewStyle}>
<Text style={textStyle}>{props.children}</Text>
<Image style={{height:25, width:25}} source={props.imageUri} />
</View>
SRC/index.js
<Header imageUri='../../images/logout.png'>My App</Header>
和圖像在路徑的src /圖片/ logout.png
請幫助
應該是什麼專業版要傳入的pType? –