react-native学习
文档地址
组件
生命周期
基础样式
class Polygon {
constructor(props) {
super(props);
this.name = 'Polygon'
this.params = this.props.params;
}
}
最后更新于
class Polygon {
constructor(props) {
super(props);
this.name = 'Polygon'
this.params = this.props.params;
}
}
最后更新于