反应原生svg android错误:requireNativeComponent RNSVGCIrcle

时间:2020-02-24 22:13:11

标签: react-native svg react-native-svg

当前,我在Android(see attachment)上出错。

在iOS上没有错误,但未呈现。

RN:0.61

RNSVG:11.0.1

// The code is simple (just for test the lib)
<Svg width ={10} height={10) viewPort="0 0 10 10">
    <Circle width={9} height={9} fill="#fff" />
</Svg>

0 个答案:

没有答案