mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 05:55:10 +00:00
add Image element (iOS)
This commit is contained in:
@@ -13,6 +13,7 @@ import * as Use from './examples/Use';
|
||||
import * as Symbol from './examples/Symbol';
|
||||
import * as Gradients from './examples/Gradients';
|
||||
import * as Clipping from './examples/Clipping';
|
||||
import * as Image from './examples/Image';
|
||||
|
||||
export {
|
||||
Svg,
|
||||
@@ -29,5 +30,6 @@ export {
|
||||
Use,
|
||||
Symbol,
|
||||
Gradients,
|
||||
Clipping
|
||||
Clipping,
|
||||
Image
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user