convert span frames into Span components

This commit is contained in:
Horcrux
2016-09-17 00:20:18 +08:00
parent ad196a7071
commit 09c5b10f02
4 changed files with 30 additions and 14 deletions

View File

@@ -22,7 +22,7 @@ class Text extends Shape {
render() {
let props = this.props;
console.log(extractText(props));
return <RNSVGText
ref={ele => {this.root = ele;}}
{...this.extractProps({