Skip to content

Commit ffd291d

Browse files
committed
fix(ios): another fix
1 parent adac95f commit ffd291d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: src/label.ios.ts

+8-8
Original file line numberDiff line numberDiff line change
@@ -385,10 +385,10 @@ export class Label extends LabelBase {
385385
[lineHeightProperty.setNative](value: number) {
386386
super[lineHeightProperty.setNative](value);
387387
}
388-
@needFormattedStringComputation
389-
[textAlignmentProperty.setNative](value: number) {
390-
super[lineHeightProperty.setNative](value);
391-
}
388+
// @needFormattedStringComputation
389+
// [textAlignmentProperty.setNative](value: number) {
390+
// super[textAlignmentProperty.setNative](value);
391+
// }
392392
_setNativeText() {
393393
if (this.html) {
394394
this.updateHTMLString();
@@ -399,10 +399,10 @@ export class Label extends LabelBase {
399399
// [formattedTextProperty.setNative](value: FormattedString) {
400400
// super[formattedTextProperty.setNative](value);
401401
// }
402-
[fontInternalProperty.getDefault](): UIFont {
403-
const nativeView = this.nativeViewProtected;
404-
return nativeView.font;
405-
}
402+
// [fontInternalProperty.getDefault](): UIFont {
403+
// const nativeView = this.nativeViewProtected;
404+
// return nativeView.font;
405+
// }
406406
// [fontInternalProperty.setNative](value: Font | UIFont) {
407407
// super[fontInternalProperty.setNative](value);
408408
// }

0 commit comments

Comments
 (0)