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}} /> 适合图像条件图像源