Replies: 1 comment
-
Hey @winndana, if I understand your issue correctly, you are facing the issue which is the bug from react-native related to setting More details: #2581 Workaround: set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using the TextInput component, I have a problem where a long string of text entered will wrap to a second line, but only on iOS devices. The expected behavior is a horizontal scroll or ellipsis. I've tried setting nowrap, and I understand numberOfLines only applies to Android. Is this a known issue?
Beta Was this translation helpful? Give feedback.
All reactions