【问题标题】:React Native react-native-svg showing errorReact Native react-native-svg 显示错误
【发布时间】:2020-10-25 04:17:33
【问题描述】:

我正在尝试在react native 中使用svg,我安装了react-native-svg,但它在代码下方显示error,并出现错误。

import { SvgUri } from 'react-native-svg';


<SvgUri width="100%" height="100%" uri="http://thenewcode.com/assets/images/thumbnails/homer-simpson.svg"/>

请查看附件中的error

【问题讨论】:

    标签: javascript reactjs react-native svg


    【解决方案1】:

    import * as React from 'react';
    import { SvgCssUri } from 'react-native-svg';
     
    export default () => (
      <SvgCssUri
        width="100%"
        height="100%"
        uri="http://thenewcode.com/assets/svg/accessibility.svg"
      />
    );

    【讨论】:

      猜你喜欢
      • 2021-06-12
      • 2017-09-13
      • 1970-01-01
      • 1970-01-01
      • 2016-09-03
      • 2019-06-25
      • 1970-01-01
      • 2018-03-05
      • 2022-01-07
      相关资源
      最近更新 更多