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