朔一

Results 30 comments of 朔一

近期有这个计划,该计划已加入 `TODO-LIST`

版本已更新至最新稳定版 `0.69.5`,更新后删除 `node_modules`,重新安装然后`cd ios && pod install` 即可!

`1.8.5`之后的版本在多图表渲染性能上有所提升,为确保稳定性,后续将会`默认禁用硬件加速`以及设置 `opacity: 0.99`。

确实在 `hermes` 打开的情况下,会有这个问题。 建议先使用模版字符串形式:https://echarts.apache.org/zh/option.html#xAxis.axisLabel.formatter ``` formatter: '{value} kg' ``` 目前暂时未定位到原因,会持续跟进。

### This props is key : ***`animatedViewProps`*** ### This is my demo: ```javascript import React from "react"; import { View, Dimensions } from "react-native"; import Draggable from "react-native-draggable"; /** *...

I add `multiline={true} ` props, can typing space but keyboard return will add a newline. ```javascript { const actualText = text.replace(/\u00a0/g, "\u0020"); setValue(actualText); }} multiline={true} // Add this. style={{ textAlign:...

请阅读下`issues`规则 https://github.com/supervons/react-native-echarts-pro/issues/6 ,提供下最小的示例代码,以便复现场景。

> @mmorcc 我的情况或许比较复杂 目前项目是ios打包运行可以 但是接下来code-push打包 就会报错找不到tpl.html文件 怀疑是打热更新包的时候静态资源出的问题 目前没有精力研究打包问题 暂时把tpl.html放到服务器上了 你可以把源码改一改,在iOS那里当成一个参数来获取,如下: ![image](https://user-images.githubusercontent.com/31637849/67480510-a6773880-f692-11e9-9f37-ad24c7ffb0e7.png) 使用的地方: ![image](https://user-images.githubusercontent.com/31637849/67480585-d6bed700-f692-11e9-803e-8e4d2567e1d8.png) 这样code push 就可以打包并且使用了。