mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-19 13:35:11 +00:00
Refactor reuse elements
Refactor reuse elements
This commit is contained in:
@@ -23,9 +23,7 @@ import {
|
||||
Line
|
||||
} from 'react-native-art-svg';
|
||||
import * as examples from './examples';
|
||||
import _ from 'lodash';
|
||||
import Modal from 'react-native-root-modal';
|
||||
|
||||
const hairline = 1 / PixelRatio.get();
|
||||
|
||||
const styles = StyleSheet.create({
|
||||
@@ -106,7 +104,6 @@ const styles = StyleSheet.create({
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
const names = ['Svg', 'Stroking', 'Path', 'Line', 'Rect', 'Polygon', 'Polyline', 'Circle', 'Ellipse', 'G', 'Text', 'Use'];
|
||||
|
||||
class ArtSvgExample extends Component {
|
||||
|
||||
Reference in New Issue
Block a user