mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-19 21:45:10 +00:00
Add touchable examples
This commit is contained in:
@@ -14,6 +14,7 @@ import * as Symbol from './examples/Symbol';
|
||||
import * as Gradients from './examples/Gradients';
|
||||
import * as Clipping from './examples/Clipping';
|
||||
import * as Image from './examples/Image';
|
||||
import * as TouchEvents from './examples/TouchEvents';
|
||||
|
||||
export {
|
||||
Svg,
|
||||
@@ -31,5 +32,6 @@ export {
|
||||
Symbol,
|
||||
Gradients,
|
||||
Clipping,
|
||||
Image
|
||||
Image,
|
||||
TouchEvents
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user