标签: 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>