import * as React from 'react'; import { View } from 'react-native'; import Svg, {Rect} from 'react-native-svg'; export default function App() { return ( ); }