We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 475f4a7 commit 01c9f81Copy full SHA for 01c9f81
src/label.ios.ts
@@ -401,7 +401,7 @@ export class Label extends LabelBase {
401
}
402
const fontWeight = this.style.fontWeight;
403
const familyName =
404
- this.style.fontFamily || (this.style.fontInternal && this.style.fontInternal.fontFamily) || font?.familyName;
+ this.style.fontFamily || (this.style.fontInternal && this.style.fontInternal.fontFamily) || undefined;
405
const result = createNativeAttributedString(
406
{
407
text: this.html,
0 commit comments