remove unused vars

This commit is contained in:
Horcrux
2016-04-19 15:18:16 +08:00
parent 669616167d
commit c8a04c3d28
17 changed files with 162 additions and 115 deletions
+5 -4
View File
@@ -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) && {