import * as React from 'react';
import {View} from 'react-native';
import Svg, {Circle, SvgXml} from 'react-native-svg';
export default function App() {
const svgXmlWithTransform = ``;
const svgXmlWithEmptyStyle = ``;
const svgg = `
`;
const xmll = `en.wikipedia.org/wiki/File:Vector-based_example.svg`;
return (
{}}
xml={xmll}
fallback={
}
/>
);
}