mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-21 06:15:15 +00:00
convert span frames into Span components
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user