damon.chen

Results 52 issues of damon.chen

- [x] 柱线混合图 @SunshineH2 - [x] 带背景图片的折线图 @SunshineH2 - [x] 多折线图 @chj-damon - [x] 长方体柱状图 @chj-damon - [x] 圆柱图 @chj-damon - [x] 带阴影圆柱图 @chj-damon - [x] 条形图 @chj-damon - [x]...

feature

```tsx const xml = ` `; let IconDown: FunctionComponent = ({ size, color, ...rest }) => { return ; }; // 使用 ``` 从表现上看,size起作用了,但是color不起作用,传进去红色,但是实际上显示的还是path的默认颜色。 有什么办法可以修改颜色吗?

I would love to try to integrate this wonderful library in my application, but I also use code-push in my app. So my question is: is it ok to use...

bug

求大佬适配一波最新的RN和MJRefresh

I can change the style of date, but I cannot change date the number. for example, I don't want just show 1, 2, 3 etc, but I want to show...

# Bug I've tested my app in both ios and android. In IOS it works fine. But in android, some devices don't work, especially in Huawei devices. (Xiaomi works fine.)...

Thanks for this amazing library to help improve user experience especially after upgrade to the latest version. But I also encountered some trouble when using it on android. issue 1:...

修复一个拼写错误

## 你的运行环境 * 插件版本: * react-native 版本:0.64.2 ## 期望效果 收到推送消息,addNotificationListener对应的执行事件执行一次 ## 实际效果 addNotificationListener的执行事件执行了很多次 ![image](https://user-images.githubusercontent.com/4902684/126607626-9e3569b9-3f75-4df4-9d8f-058644696c59.png) ## 重现步骤 1. ... 2. ... 3. ... 4. ... ## Debug logs 包括 Android 或...

## 你的运行环境 * 插件版本:2.8.1 * react-native 版本:0.62.2 ## 期望效果 期望有API可以拿到badge值,也就是显示在APP图标上的数字。这样就可以通过JPush.setBadge来自己控制badge的数量。比如实现点击一条消息之后badge减1的需求。 ## 实际效果 现在拿不到badge的值