merge master

This commit is contained in:
Horcrux
2017-11-07 17:25:57 +08:00
20 changed files with 75 additions and 60 deletions
+2 -2
View File
@@ -42,7 +42,7 @@ export default class extends Shape {
}
const RNSVGTextPath = createReactNativeComponentClass({
const RNSVGTextPath = createReactNativeComponentClass('RNSVGTextPath', () => ({
validAttributes: TextPathAttributes,
uiViewClassName: 'RNSVGTextPath'
});
}));