我想显示 svg 文件(我有一些 svg 图像) ,但是我找不到显示的方法。我尝试使用 一个 href = “ https://github.com/magicismight/response-national-svg”rel = “ norefrer”> response-national-svg 的 形象和 使用组件,但它们不能工作。我尝试用本地化的方式做到这一点,但是仅仅显示 svg 图像真的很难。
示例代码:
import Svg, {
Use,
Image,
} from 'react-native-svg';
<View>
<Svg width="80" height="80">
<Image href={require('./svg/1f604.svg')} />
</SvgRn>
</View>
我也知道本地响应基本上不支持 svg,但我认为有人用棘手的方法(有/没有本地响应-svg)解决了这个问题