mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-04 23:54:53 +00:00
Fixed exports due to changed API signature of createReactNativeComponentClass
This commit is contained in:
+2
-2
@@ -40,7 +40,7 @@ export default class extends Shape {
|
||||
}
|
||||
}
|
||||
|
||||
const RNSVGLine = createReactNativeComponentClass({
|
||||
const RNSVGLine = createReactNativeComponentClass('RNSVGLine', () => ({
|
||||
validAttributes: LineAttributes,
|
||||
uiViewClassName: 'RNSVGLine'
|
||||
});
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user