hector-jewell / hector-jewell/uber-eats-clone-using-react-native
German Text Not Fitting Properly on Earning Page
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
When the app language is set to German, some of the text on the Earning page does not fit well within the screen layout. The text may be cut off, overlap with other elements, or extend beyond the screen boundaries.
To Reproduce
Steps to reproduce the behavior:
Open the app and switch the language to German.
Navigate to the Earning page.
Observe that some German text does not fit properly in the designated space.
Expected behavior
Text should automatically adjust—either by wrapping, resizing, or truncating appropriately—so that it remains readable and neatly within the screen layout, regardless of language.
Smartphone (please complete the following information):
Device: Samsung A15
Additional context
This issue likely results from longer German translations exceeding fixed container widths. Responsive layout adjustments or language-specific styling may be required to resolve it.
Contributor guide
Assessment
This issue has not been assessed yet.