react-native-picker icon indicating copy to clipboard operation
react-native-picker copied to clipboard

Android text truncating while iOS shows fine

Open wswoodruff opened this issue 6 years ago • 6 comments

On Android, the text gets truncated way too early, and even when using the new property pickerTextEllipsisLen on the latest version (4.3.5)

I'm not sure what to do about it, I'll probably just use the react-native picker for Android

wswoodruff avatar Feb 23 '18 15:02 wswoodruff

I believe this is a duplicate of #245

wswoodruff avatar Feb 24 '18 03:02 wswoodruff

It could be not same as #245.

the length of text is less of the width of the component. but the text is still truncated on 4.3.5, but works well on 4.2.0

wangghon avatar Mar 22 '18 05:03 wangghon

I have same issue @wswoodruff . Are you find the ways to fix it?

Hodor-chen avatar May 08 '18 09:05 Hodor-chen

@Hodor-chen @wangghon how did you fix it.

dannysood avatar May 21 '18 23:05 dannysood

If you update to 4.3.7, you can use pickerTextEllipsisLen to solve the truncation issue.

jnrepo avatar Jul 31 '18 00:07 jnrepo

@jnrepo it worked for me, many thanks!

ThangPh96 avatar Mar 11 '20 05:03 ThangPh96