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

View File

@@ -49,7 +49,7 @@ export default class extends Shape {
}
const RNSVGTextPath = createReactNativeComponentClass({
const RNSVGTextPath = createReactNativeComponentClass('RNSVGTextPath', () => ({
validAttributes: TextPathAttributes,
uiViewClassName: 'RNSVGTextPath'
});
}));