mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 14:05:09 +00:00
Fixed exports due to changed API signature of createReactNativeComponentClass
This commit is contained in:
@@ -31,7 +31,7 @@ export default class extends Shape {
|
||||
}
|
||||
}
|
||||
|
||||
const RNSVGPath = createReactNativeComponentClass({
|
||||
const RNSVGPath = createReactNativeComponentClass('RNSVGPath', () => ({
|
||||
validAttributes: PathAttributes,
|
||||
uiViewClassName: 'RNSVGPath'
|
||||
});
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user