ant-design-mobile-rn icon indicating copy to clipboard operation
ant-design-mobile-rn copied to clipboard

PickerView组件的indicatorStyle属性不起作用

Open suwu150 opened this issue 4 years ago • 2 comments

  • [x] I have searched the issues of this repository and believe that this is not a duplicate.

Reproduction link

Edit on CodeSandbox

Steps to reproduce

添加属性,点击展开

What is expected?

能够正常显示结果

What is actually happening?

不起作用,属性不起作用

Environment Info
antd 3.2.2
React "react": "16.9.0", "react-native": "0.61.5",
System ios,android
Browser 谷歌浏览器

添加下面属性,不起作用:


    indicatorStyle={{
          backgroundColor: '#f000ff',
          color: 'rgba(0,0,0,0.85)',
          height: 200,
          fontSize: 18,
        }}

suwu150 avatar May 11 '20 10:05 suwu150

看了代码应该是RN没有实现这个属性的。 😢

BANG88 avatar May 25 '20 07:05 BANG88

需要添加ActivityIndicator提示符号(异步加载)吗?

1uokun avatar Jan 11 '21 03:01 1uokun

请问有什么进展吗? 这个属性依旧不能用是吗?

dongshuai777 avatar Apr 19 '23 03:04 dongshuai777

请问有什么进展吗? 这个属性依旧不能用是吗?

try 5.1.0

1uokun avatar Feb 23 '24 11:02 1uokun