react-native-picker
react-native-picker copied to clipboard
Android text truncating while iOS shows fine
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
I believe this is a duplicate of #245
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
I have same issue @wswoodruff . Are you find the ways to fix it?
@Hodor-chen @wangghon how did you fix it.
If you update to 4.3.7, you can use pickerTextEllipsisLen
to solve the truncation issue.
@jnrepo it worked for me, many thanks!