Closed youngjuning closed 6 years ago
<Echarts option={this.option} height={400} ref={(c) => { this.echarts = c }} renderLoading={() => ModalIndicator.show('Text') } onPress={() => { this.getImage() }} />
renderLoading 接收的是一个view容器,而不是一个自定义方法,容器得写成()=><View/>。
()=><View/>
谢谢指导