mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-19 13:35:11 +00:00
Add path examples
Add path examples
This commit is contained in:
@@ -5,6 +5,7 @@ import * as Ellipse from './examples/Ellipse';
|
||||
import * as Line from './examples/Line';
|
||||
import * as Polygon from './examples/Polygon';
|
||||
import * as Polyline from './examples/Polyline';
|
||||
import * as Path from './examples/Path';
|
||||
|
||||
export {
|
||||
Svg,
|
||||
@@ -13,5 +14,6 @@ export {
|
||||
Ellipse,
|
||||
Line,
|
||||
Polygon,
|
||||
Polyline
|
||||
Polyline,
|
||||
Path
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user