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

@@ -31,7 +31,7 @@ export default class extends Shape {
}
}
const RNSVGPath = createReactNativeComponentClass({
const RNSVGPath = createReactNativeComponentClass('RNSVGPath', () => ({
validAttributes: PathAttributes,
uiViewClassName: 'RNSVGPath'
});
}));