mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-29 13:21:50 +00:00
native prop tranform => trans,fix defs typo
This commit is contained in:
+3
-3
@@ -7,13 +7,13 @@ class Defs extends Component {
|
||||
static displayName = 'Defs';
|
||||
|
||||
render() {
|
||||
return <RNSVGDefination>{this.props.children}</RNSVGDefination>;
|
||||
return <RNSVGDefs>{this.props.children}</RNSVGDefs>;
|
||||
}
|
||||
}
|
||||
|
||||
const RNSVGDefination = createReactNativeComponentClass({
|
||||
const RNSVGDefs = createReactNativeComponentClass({
|
||||
validAttributes: {},
|
||||
uiViewClassName: 'RNSVGDefination'
|
||||
uiViewClassName: 'RNSVGDefs'
|
||||
});
|
||||
|
||||
export default Defs;
|
||||
|
||||
Reference in New Issue
Block a user