gpt4 book ai didi

react-native - 在React Native中显示来自URL的外部SVG图像

转载 作者:行者123 更新时间:2023-12-02 03:42:54 25 4
gpt4 key购买 nike

是否有任何软件包可以让我显示从外部 URL 加载的 SVG 图像?

我尝试使用react-native-svg-image/react-native-svg-uri及其分支,但这些都不能正常工作 - 是否有任何非死包的react-native可以完成这项工作?

这是 svg-img-uri 抛出的示例错误

<SvgUri width="24" height="24" source={{ uri: 'https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.3.0/flags/1x1/ad.svg' }} />
Text strings must be rendered within a <Text> component.

This error is located at:
in RNSVGDefs (at Defs.js:8)

最佳答案

react-native-svg 现在支持从在线 uri 显示 svg

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

export default () => (
<SvgUri
width="100%"
height="100%"
uri="http://demo.com/assets/your/image.svg"
/>
);

引用https://github.com/react-native-svg/react-native-svg#use-with-content-loaded-from-uri

关于react-native - 在React Native中显示来自URL的外部SVG图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56219501/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com