We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If text is too long and a linebreak is needed, it should break at the place where is present and insert a hyphen.
It only works in certain cases for specific text lengths/view widths.
This seems to be react-native bug: facebook/react-native#31878 On iOS everything works fine.
Environment: - Linked issues:
The text was updated successfully, but these errors were encountered:
sarahsporck
No branches or pull requests
steffenkleinle - 17.2.2022, 14:49:50
Expected Results:
If text is too long and a linebreak is needed, it should break at the place where is present and insert a hyphen.
Actual Results:
It only works in certain cases for specific text lengths/view widths.
Steps to Reproduce:
This seems to be react-native bug: facebook/react-native#31878
On iOS everything works fine.
Environment: -
Linked issues:
The text was updated successfully, but these errors were encountered: