mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 05:55:10 +00:00
Implement basic support for Pattern element
This commit is contained in:
4
index.js
4
index.js
@@ -18,6 +18,7 @@ import LinearGradient from "./elements/LinearGradient";
|
||||
import RadialGradient from "./elements/RadialGradient";
|
||||
import Stop from "./elements/Stop";
|
||||
import ClipPath from "./elements/ClipPath";
|
||||
import Pattern from "./elements/Pattern";
|
||||
|
||||
export {
|
||||
Svg,
|
||||
@@ -39,7 +40,8 @@ export {
|
||||
LinearGradient,
|
||||
RadialGradient,
|
||||
Stop,
|
||||
ClipPath
|
||||
ClipPath,
|
||||
Pattern
|
||||
};
|
||||
|
||||
//noinspection JSUnusedGlobalSymbols
|
||||
|
||||
Reference in New Issue
Block a user