StackOverflow 文件 react-native 教程 圖片 使用變數用於影象路徑 使用變數用於影象路徑 Created: November-22, 2018 let imagePath = require("../../assets/list.png"); <Image style={{height: 50, width: 50}} source={imagePath} /> 來自外部資源: <Image style={{height: 50, width: 50}} source={{uri: userData.image}} /> 適合影象條件影象源