mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-08 09:10:44 +00:00
Fixed exports due to changed API signature of createReactNativeComponentClass
This commit is contained in:
+2
-3
@@ -45,8 +45,7 @@ export default class extends Shape {
|
||||
}
|
||||
}
|
||||
|
||||
const RNSVGUse = createReactNativeComponentClass({
|
||||
const RNSVGUse = createReactNativeComponentClass('RNSVGUse', () => ({
|
||||
validAttributes: UseAttributes,
|
||||
uiViewClassName: 'RNSVGUse'
|
||||
});
|
||||
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user