department-of-veterans-affairs / va-mobile-library

https://department-of-veterans-affairs.github.io/va-mobile-library/
ISC License
0 stars 0 forks source link

[Bug] Link - Fix Text Wrapping #305

Closed TimRoe closed 1 month ago

TimRoe commented 1 month ago

Description of Change

Added flexShrink to the style of the Text for the Link since otherwise React Native Text component thinks it always has access to the full row width when nested within a row flexbox. In the Link it does not due to the icon (if present) so it should shrink to fit.

Testing Packages

Screenshots/Video

Appropriate length text goes right up to boundary (note, the text is "tes t" with a space and not wrapping mid-word):

When completing the word, wraps around as it pushes past the boundary:

Testing

PR Checklist

Code reviewer validation:

Publish

If changes warrant a new version per the versioning guidelines and the PR is approved and ready to merge: