mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-06 07:06:11 +00:00
PR correctly exporting rest of the props and adding onError to parsing in other Svg components.
10 lines
241 B
JavaScript
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 />;
|
|
}
|