Currently I have an error on Android (see attachment).
On iOS there is no error, but it isn't rendered.
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>