logo
  • 教程列表
  • SO官方文檔
  • 圖片
    • 影象模組
    • 影象示例
    • 條件影象源
    • 使用變數用於影象路徑
    • 適合影象
  1. StackOverflow 文件
  2. react-native 教程
  3. 圖片
  4. 影象示例

影象示例

Created: November-22, 2018

class ImageExample extends Component {
  render() {
    return (
      <View>
        <Image style={{width: 30, height: 30}}
          source={{uri: 'http://facebook.github.io/react/img/logo_og.png'}}
        />
      </View>
    );
  }
}
  • 條件影象源
  • 影象模組

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明