mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-27 04:32:57 +00:00
remove unused vars
This commit is contained in:
+5
-4
@@ -1,16 +1,16 @@
|
||||
import React, {
|
||||
ART,
|
||||
Component,
|
||||
PropTypes,
|
||||
Children,
|
||||
cloneElement
|
||||
cloneElement,
|
||||
ART
|
||||
} from 'react-native';
|
||||
import extractViewbox from '../lib/extractViewbox';
|
||||
import ViewBox from './ViewBox';
|
||||
import _ from 'lodash';
|
||||
|
||||
let {
|
||||
Surface,
|
||||
Group
|
||||
Surface
|
||||
} = ART;
|
||||
|
||||
let id = 0;
|
||||
@@ -54,6 +54,7 @@ class Svg extends Component{
|
||||
|
||||
return <Surface
|
||||
{...props}
|
||||
ref="svg"
|
||||
style={[
|
||||
props.style,
|
||||
!isNaN(opacity) && {
|
||||
|
||||
Reference in New Issue
Block a user