mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-05 22:56:11 +00:00
# Summary Due to the large number of example apps in the repository, I decided to change the structure and move all applications into an "apps" folder to maintain a clear structure.
6 lines
130 B
TypeScript
6 lines
130 B
TypeScript
import {icon} from './icon';
|
|
import {TestingView} from './TestingView';
|
|
|
|
const component = TestingView;
|
|
export {component, icon};
|