react-native学习
文档地址
![https://reactnative.dev/docs/intro-react-native-components]
组件
生命周期
基础样式
 class Polygon {
  constructor(props) {
    super(props);
    this.name = 'Polygon'
    this.params = this.props.params; 
  }
 }
最后更新于
这有帮助吗?