mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 05:55:10 +00:00
fix lint warnings
This commit is contained in:
@@ -44,7 +44,7 @@ class ViewBox extends Component{
|
||||
console.warn('`viewBox` expected a string like `minX minY width height`, but got:' + viewBox);
|
||||
return <G>
|
||||
{this.props.children}
|
||||
</G>
|
||||
</G>;
|
||||
}
|
||||
|
||||
let modes = preserveAspectRatio.trim().split(spacesRegExp);
|
||||
@@ -62,7 +62,7 @@ class ViewBox extends Component{
|
||||
meetOrSlice={meetOrSlice}
|
||||
>
|
||||
{this.props.children}
|
||||
</RNSVGViewBox>
|
||||
</RNSVGViewBox>;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user