mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-19 13:35:11 +00:00
apply common stroke processor to elements
apply common stroke processor to elements
This commit is contained in:
@@ -8,6 +8,7 @@ import * as Polyline from './examples/Polyline';
|
||||
import * as Path from './examples/Path';
|
||||
import * as Text from './examples/Text';
|
||||
import * as G from './examples/G';
|
||||
import * as Stroking from './examples/Stroking';
|
||||
|
||||
export {
|
||||
Svg,
|
||||
@@ -19,5 +20,6 @@ export {
|
||||
Polyline,
|
||||
Path,
|
||||
Text,
|
||||
Stroking,
|
||||
G
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user