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