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