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

@@ -19,10 +19,6 @@ class TSpan extends Component {
font: PropTypes.object
};
setNativeProps = (...args) => {
};
render() {
return null;
}