Open Kolyunya opened 3 years ago
I will try to solve this one
Has this been solved till now?
anyone have a solution for this?
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.
Stop this nonsense please. The fact that nobody can do anything about the bug doesn't mean it has been fixed or it doesn't exist. Closing stale issues is like hiding you head in sand.
try to parsing props textBreakStrategy
<Text textBreakStrategy={'simple'}>...Your Text</Text>
references: https://reactnative.dev/docs/text#textbreakstrategy-android
Description
Text
component has unwanted bottom padding whenjustify
alignment is used. The issue depends on the amount of text contents.React Native version:
Steps To Reproduce
Text
component.justify
.Android
device.Expected Results
See no unwanted bottom padding.
Demo application
Minimal reproducible bug demo on expo.io.
Screenshots