Files
react-native-svg/TestsExample/App.js
Wojciech Lewicki 9c1a8b1f71 fix: correctly export rest of the props and add onError to parsing (#1814)
PR correctly exporting rest of the props and adding onError to parsing in other Svg components.
2022-07-26 15:27:56 +02:00

10 lines
241 B
JavaScript

/* eslint-disable no-unused-vars */
import React from 'react';
import ColorTest from './src/ColorTest';
import Test1718 from './src/Test1718';
import Test1813 from './src/Test1813';
export default function App() {
return <ColorTest />;
}