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:
@@ -53,7 +53,7 @@ export default class extends Shape {
|
||||
}
|
||||
}
|
||||
|
||||
const RNSVGText = createReactNativeComponentClass({
|
||||
const RNSVGText = createReactNativeComponentClass('RNSVGText', () => ({
|
||||
validAttributes: TextAttributes,
|
||||
uiViewClassName: 'RNSVGText'
|
||||
});
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user