We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f24332f commit 36390f1Copy full SHA for 36390f1
src/label-common.ts
@@ -52,6 +52,7 @@ export const needFormattedStringComputation = function (
52
53
@CSSType('HTMLLabel')
54
export abstract class LabelBase extends TNLabel implements LabelViewDefinition {
55
+ //@ts-ignore
56
@cssProperty maxLines: string | number;
57
@cssProperty verticalTextAlignment: VerticalTextAlignment;
58
@cssProperty lineBreak: LineBreak;
src/label.android.ts
@@ -179,6 +179,7 @@ function initializeURLClickableSpan(): void {
179
180
181
abstract class LabelBase extends View implements LabelViewDefinition {
182
183
184
@cssProperty autoFontSize: boolean;
185
@cssProperty autoFontSizeStep: number;
0 commit comments