Results 3 comments of huang puguang

如果不想修改依赖文件的话可以用下面的方法: ```js import { Echarts } from 'react-native-secharts'; // 继承图表组件并覆盖 _handleMessage 方法 class MyEcharts extends Echarts { constructor(props) { super(props) const super_handleMessage = this._handleMessage this._handleMessage = (event) => { //...

> I had to add the @types/screeps package to get types. > > As I understand it, the @types packages were created for exactly this > problem: types not exported...

有什么需求需要让日记可以公开访问的么😂,日记作为私密属性比较强的内容,目前没有考虑要做类似的功能。请问你是从什么出发点考虑的想要这个功能的?