Results 2 issues of chengwb

hello ,im use react-native-easy-toast 2.3.0 in my project, and use the style property get some error: ``` TS2769: No overload matches this call.   Overload 1 of 2, '(props: ToastComponentProps |...

### What problem does this feature solve? 饼图配置了padAngle时,如果数据项有多个,但是只有1个数据有值,其它全部为0时,为0的数据项的padAngle会累积在一起,看起来有一块空的,就像下面这个例子一样(例子加了border,为了方便看效果) [https://codesandbox.io/p/sandbox/lytnth](url) ### What does the proposed API look like? 希望: 1. 如果数据项值为0时,无论是否配置了padAngle,都把该项的pagAngle设置为0; 2. 如果只有一个数据有值(大于0),则把所有项的padAngle处理为0; 3. 如果有多个数据项,只有一个数据有值(大于0),则把所有项的padAngle处理为0; 也可以增加配置项,业务自己控制单个数据项的padAngle,例如为data添加padAngle配置: ``` option = { tooltip:...

new-feature