mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-19 13:35:11 +00:00
Add examples and refactor code
Add examples and refactor code
This commit is contained in:
17
Example/examples.js
Normal file
17
Example/examples.js
Normal file
@@ -0,0 +1,17 @@
|
||||
import * as Svg from './examples/Svg';
|
||||
import * as Rect from './examples/Rect';
|
||||
import * as Circle from './examples/Circle';
|
||||
import * as Ellipse from './examples/Ellipse';
|
||||
import * as Line from './examples/Line';
|
||||
import * as Polygon from './examples/Polygon';
|
||||
import * as Polyline from './examples/Polyline';
|
||||
|
||||
export {
|
||||
Svg,
|
||||
Rect,
|
||||
Circle,
|
||||
Ellipse,
|
||||
Line,
|
||||
Polygon,
|
||||
Polyline
|
||||
};
|
||||
Reference in New Issue
Block a user