mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 05:55:10 +00:00
Add todolist
This commit is contained in:
@@ -7,12 +7,6 @@ import G from './G';
|
||||
import extractViewbox from '../lib/extract/extractViewbox';
|
||||
class ViewBox extends Component{
|
||||
static displayName = 'ViewBox';
|
||||
static propType = {
|
||||
shouldTransform: PropTypes.bool
|
||||
};
|
||||
static defaultProps = {
|
||||
shouldTransform: false
|
||||
};
|
||||
|
||||
render() {
|
||||
let viewbox = extractViewbox(this.props);
|
||||
|
||||
Reference in New Issue
Block a user