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 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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?
All reactions