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