Fixed exports due to changed API signature of createReactNativeComponentClass

This commit is contained in:
Christoph Oberhofer
2017-10-18 22:39:28 +02:00
parent f180eacb5f
commit 3db9489652
16 changed files with 42 additions and 39 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ export default class extends Component{
}
}
const RNSVGSymbol = createReactNativeComponentClass({
const RNSVGSymbol = createReactNativeComponentClass('RNSVGSymbol', () => ({
validAttributes: SymbolAttributes,
uiViewClassName: 'RNSVGSymbol'
});
}));