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