mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 14:05:09 +00:00
refactor Use and Defs element with native code support(iOS)
This commit is contained in:
@@ -14,24 +14,9 @@ import * as Symbol from './examples/Symbol';
|
||||
import * as Gradients from './examples/Gradients';
|
||||
import * as Clipping from './examples/Clipping';
|
||||
import * as Image from './examples/Image';
|
||||
import * as Definations from './examples/Definations';
|
||||
import * as TouchEvents from './examples/TouchEvents';
|
||||
|
||||
export {
|
||||
Svg,
|
||||
Rect,
|
||||
Circle,
|
||||
Ellipse,
|
||||
Line,
|
||||
Polygon,
|
||||
Polyline,
|
||||
Path,
|
||||
Text,
|
||||
Stroking,
|
||||
G,
|
||||
Use,
|
||||
Symbol,
|
||||
Gradients,
|
||||
Clipping,
|
||||
Image,
|
||||
TouchEvents
|
||||
Definations
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user